Changeset 2936 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Apr 12, 2023, 6:19:01 PM (20 months ago)
Author:
jnaar
Message:

Change boolean flag "atw_wat_profile" in testphys1d from 0 (no atmospheric water vapor) to -1 (prescribed with profile, then evolves freely) for default behavior. Water vapor is thus conserved on the column.
JN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r2932 r2936  
    749749c ---------------------------------------------------
    750750      ! Adding an option to force atmospheric water values JN
    751       atm_wat_profile=0 ! Default: no water ice reservoir
     751      atm_wat_profile=-1 ! Default: free atm wat profile
    752752      print *,'Force atmospheric water vapor profile ?'
    753753      call getin("atm_wat_profile",atm_wat_profile)
Note: See TracChangeset for help on using the changeset viewer.