Ignore:
Timestamp:
Jul 1, 2021, 8:36:13 AM (3 years ago)
Author:
emillour
Message:

Mars GCM:
Add possibility of additional tests (NaNs?, but also of unrealistic values) of
fields at the begining of physics (i.e. coming from the dynamics) and at the
end of the physics integration. These are respectively triggered by seting
flags "check_physics_inputs" and "check_physics_outputs" to .true.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/callphys.def.watercycle

    r1949 r2541  
    1616callstats =.true.
    1717
    18 #Save EOF profiles in file "profiles" for Climate Database?
    19 calleofdump = .false.
     18# check input fields when entering physics?
     19check_physics_inputs=.false.
     20# check fields at the end of physics?
     21check_physics_outputs=.false.
    2022
    2123#Directory where external input files are:
Note: See TracChangeset for help on using the changeset viewer.