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

Location:
trunk/LMDZ.MARS/deftank
Files:
3 edited

Legend:

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

    r1651 r2541  
    33#Run with or without tracer transport ?
    44tracer=.true.
     5
     6# check input fields when entering physics?
     7check_physics_inputs=.false.
     8# check fields at the end of physics?
     9check_physics_outputs=.false.
    510
    611#Directory where external input files are:
     
    1823#Save statistics in file "stats.nc" ?
    1924callstats =.true.
    20 
    21 #Save EOF profiles in file "profiles" for Climate Database?
    22 calleofdump = .false.
    2325
    2426## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
  • trunk/LMDZ.MARS/deftank/callphys.def.hdo

    r2312 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:
  • 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.