Ignore:
Timestamp:
Feb 26, 2025, 8:51:12 PM (4 months ago)
Author:
tbertrand
Message:

Pluto : for fast (nogcm) option only : adding possibility to run the CH4 cycle without any formation of CH4 frost (sublimation/condensation active over perenne reservoirs only)
TB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/inifis_mod.F90

    r3650 r3652  
    599599     if (is_master)write(*,*)trim(rname)//&
    600600      " condmetsurf = ",condmetsurf
     601     if (is_master)write(*,*)trim(rname)//&
     602      "call no CH4 frost formation?"
     603     no_ch4frost=.false. ! default value
     604     call getin_p("no_ch4frost",no_ch4frost)
     605     if (is_master)write(*,*)trim(rname)//&
     606      "no_ch4frost = ",no_ch4frost
    601607
    602608     if (is_master)write(*,*)trim(rname)//&
Note: See TracChangeset for help on using the changeset viewer.