Changeset 2984 for LMDZ5/trunk
- Timestamp:
- Sep 8, 2017, 10:39:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq_mod.F90
r2979 r2984 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 notwant to call phytrac1239 iflag_phytrac = 1 ! by default we do want to call phytrac 1240 1240 CALL getin_p('iflag_phytrac',iflag_phytrac) 1241 1241 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.