Changeset 2973
- Timestamp:
- Jul 31, 2017, 3:41:02 PM (7 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/clesphys.h
r2952 r2973 91 91 LOGICAL :: adjust_tropopause 92 92 LOGICAL :: ok_daily_climoz 93 ! flag to bypass or not the phytrac module 94 INTEGER :: iflag_phytrac 93 95 94 96 COMMON/clesphys/ & … … 137 139 & , iflag_ice_thermo, ok_gwd_rando, NSW, iflag_albedo & 138 140 & , ok_chlorophyll,ok_conserv_q, adjust_tropopause & 139 & , ok_daily_climoz, ok_all_xml 141 & , ok_daily_climoz, ok_all_xml & 142 & , iflag_phytrac 140 143 141 144 save /clesphys/ -
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
r2966 r2973 1906 1906 #endif 1907 1907 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1908 IF (iflag_phytrac == 1 ) then 1908 1909 IF (nqtot.GE.nqo+1) THEN 1909 1910 DO iq=nqo+1, nqtot … … 1936 1937 ENDDO 1937 1938 ENDIF 1939 ENDIF !(iflag_phytrac==1) 1940 1938 1941 1939 1942 IF (.NOT.vars_defined) THEN -
LMDZ5/trunk/libf/phylmd/physiq_mod.F90
r2968 r2973 1237 1237 fl_cor_ebil = 0 ! by default, no correction to ensure energy conservation 1238 1238 CALL getin_p('fl_cor_ebil',fl_cor_ebil) 1239 iflag_phytrac = 0 ! by default we do not want to call phytrac 1240 CALL getin_p('iflag_phytrac',iflag_phytrac) 1239 1241 ENDIF 1240 1242 … … 4258 4260 ENDIF 4259 4261 4262 IF (iflag_phytrac == 1 ) THEN 4263 4260 4264 #ifdef CPP_Dust 4261 4265 CALL phytracr_spl ( debut,lafin , jD_cur,jH_cur,iflag_con, & ! I … … 4301 4305 tr_seri) 4302 4306 #endif 4307 ENDIF ! (iflag_phytrac=1) 4303 4308 4304 4309 IF (offline) THEN
Note: See TracChangeset
for help on using the changeset viewer.