Changeset 3521 for LMDZ6/branches/IPSLCM6.0.15/libf
- Timestamp:
- May 22, 2019, 11:40:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/physiq_mod.F90
r3481 r3521 38 38 #ifdef CPP_Dust 39 39 USE phytracr_spl_mod, ONLY: phytracr_spl 40 #endif 41 #ifdef CPP_StratAer 42 USE strataer_mod, ONLY: strataer_init 40 43 #endif 41 44 USE phys_local_var_mod, ONLY: phys_local_var_init, phys_local_var_end, & … … 1239 1242 CALL phys_state_var_init(read_climoz) 1240 1243 CALL phys_output_var_init 1244 1245 #ifdef CPP_StratAer 1246 CALL strataer_init 1247 #endif 1241 1248 print*, '=================================================' 1242 1249 !
Note: See TracChangeset
for help on using the changeset viewer.