- Timestamp:
- Jun 18, 2015, 12:00:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/conf_phys_m.F90
r3817 r3831 27 27 USE phys_cal_mod 28 28 USE carbon_cycle_mod, ONLY : carbon_cycle_tr, carbon_cycle_cpl 29 !USE control_phy_mod30 29 USE mod_grid_phy_lmdz, only: klon_glo 31 USE inifis_mod, ONLY: lunout32 30 USE print_control_mod, ONLY: lunout 31 USE time_phylmdz_mod, ONLY: pdtphys 33 32 34 33 include "conema3.h" … … 1511 1510 !Config Desc = freq_calNMC(2) = frequence de calcul fichiers histdayNMC 1512 1511 !Config Desc = freq_calNMC(3) = frequence de calcul fichiers histhfNMC 1513 !Config Def = p asphys1514 !Config Help = 1515 ! 1516 freq_calNMC_omp(1) = p asphys1517 freq_calNMC_omp(2) = p asphys1518 freq_calNMC_omp(3) = p asphys1512 !Config Def = pdtphys 1513 !Config Help = 1514 ! 1515 freq_calNMC_omp(1) = pdtphys 1516 freq_calNMC_omp(2) = pdtphys 1517 freq_calNMC_omp(3) = pdtphys 1519 1518 call getin('freq_calNMC',freq_calNMC_omp) 1520 1519 ! … … 2288 2287 2289 2288 use IOIPSL 2290 USE inifis_mod, ONLY: lunout2289 USE print_control_mod, ONLY: lunout 2291 2290 implicit none 2292 2291 ! Configuration de l'interace atm/surf
Note: See TracChangeset
for help on using the changeset viewer.