Changeset 5370
- Timestamp:
- Dec 3, 2024, 4:20:24 PM (28 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/StratAer/strataer_emiss_mod.f90
r5367 r5370 10 10 USE print_control_mod, ONLY: lunout 11 11 USE mod_phys_lmdz_para, ONLY : is_master 12 12 USE dimphy, ONLY: klon 13 13 14 ! Local variables 14 15 INTEGER :: ispec 15 INTEGER :: klon ! Amaury 12/24: cette déclaration était avant implicite (depuis longtemps !), mais c'est probablement un bug !? On devrait avoir `USE dimphy, ONLY: klon`. A corriger ultérieurement.. ? 16 16 17 17 WRITE(lunout,*) 'IN STRATAER_EMISS INIT WELCOME!' 18 18
Note: See TracChangeset
for help on using the changeset viewer.