Changeset 4949 for LMDZ6/trunk/libf
- Timestamp:
- May 22, 2024, 2:59:35 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r4887 r4949 1395 1395 CALL regr_horiz_time_climoz(read_climoz,ok_daily_climoz) 1396 1396 1397 #ifdef REPROBUS1398 CALL strataer_init1399 CALL strataer_emiss_init1400 #endif1401 1402 #ifdef CPP_StratAer1403 CALL strataer_init1404 CALL strataer_nuc_init1405 CALL strataer_emiss_init1406 #endif1407 1408 1397 print*, '=================================================' 1409 1398 ! … … 1900 1889 ! 1901 1890 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1891 #ifdef REPROBUS 1892 CALL strataer_init 1893 CALL strataer_emiss_init 1894 #endif 1895 1896 #ifdef CPP_StratAer 1897 CALL strataer_init 1898 CALL strataer_nuc_init 1899 CALL strataer_emiss_init 1900 #endif 1902 1901 1903 1902 #ifdef CPP_Dust
Note: See TracChangeset
for help on using the changeset viewer.