Changeset 1828 for LMDZ5/trunk/libf/phylmd/physiq.F
- Timestamp:
- Aug 6, 2013, 6:06:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq.F
r1827 r1828 1512 1512 call phys_output_open(rlon,rlat,nCFMIP,tabijGCM, 1513 1513 & iGCM,jGCM,lonGCM,latGCM, 1514 & jjmp1,nlevSTD,clevSTD, 1514 & jjmp1,nlevSTD,clevSTD,rlevSTD, 1515 1515 & nbteta, ctetaSTD, dtime,ok_veget, 1516 1516 & type_ocean,iflag_pbl,ok_mensuel,ok_journe, … … 1527 1527 #ifdef histISCCP 1528 1528 #include "ini_histISCCP.h" 1529 #endif1530 1531 #undef histNMC1532 #ifdef histNMC1533 #include "ini_histhfNMC.h"1534 #include "ini_histdayNMC.h"1535 #include "ini_histmthNMC.h"1536 1529 #endif 1537 1530 … … 3954 3947 & pplay, lmax_th, aerosol_couple, & 3955 3948 & ok_ade, ok_aie, ivap, new_aod, ok_sync, & 3956 & ptconv, read_climoz, clevSTD, ptconvth, & 3957 & d_t, qx, d_qx, zmasse, flag_aerosol_strat) 3949 & ptconv, read_climoz, clevSTD, freq_moyNMC, & 3950 & ptconvth, d_t, qx, d_qx, zmasse, & 3951 & flag_aerosol_strat) 3958 3952 3959 3953 … … 3962 3956 #ifdef histISCCP 3963 3957 #include "write_histISCCP.h" 3964 #endif3965 3966 #ifdef histNMC3967 #include "write_histhfNMC.h"3968 #include "write_histdayNMC.h"3969 #include "write_histmthNMC.h"3970 3958 #endif 3971 3959
Note: See TracChangeset
for help on using the changeset viewer.