Changeset 2984 for LMDZ5


Ignore:
Timestamp:
Sep 8, 2017, 10:39:25 AM (7 years ago)
Author:
Laurent Fairhead
Message:

We actually do want to call phytrac by default
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq_mod.F90

    r2979 r2984  
    12371237       fl_cor_ebil = 0 ! by default, no correction to ensure energy conservation
    12381238       CALL getin_p('fl_cor_ebil',fl_cor_ebil)
    1239        iflag_phytrac = 0 ! by default we do not want to call phytrac
     1239       iflag_phytrac = 1 ! by default we do want to call phytrac
    12401240       CALL getin_p('iflag_phytrac',iflag_phytrac)
    12411241    ENDIF
Note: See TracChangeset for help on using the changeset viewer.