Ignore:
Timestamp:
Mar 13, 2020, 7:32:42 PM (5 years ago)
Author:
jnaar
Message:

[MARS GCM] Adding a new 2D variable "watercap", perennial ground water ice.
qsurf(ig,igcm_h2o_ice) can no longer be negative.
When watercaptag=true, ie when there is an infinite amount of water avalaible for sublimation,
and there is no more h2o frost, sublimation digs into watercap reservoir.
For now watercap can't grow, even on watercaptag, and has same albedo than qsurf(h2o_ice).
When using old start file, watercap is automatically initiated as 0.
Added watercap in newstart.F aswell.
JN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F

    r2258 r2260  
    2828      use surfdat_h, only: phisfi, z0, zmea, zstd, zsig, zgam, zthe,
    2929     &                     albedodat, z0_default, qsurf, tsurf,
    30      &                     co2ice, emis, hmons, summit, base
     30     &                     co2ice, emis, hmons, summit, base, watercap
    3131      use comsoil_h, only: inertiedat, layer, mlayer, nsoilmx, tsoil
    3232      use control_mod, only: day_step, iphysiq, anneeref, planet_type
     
    418418     &   date,tsurf,tsoil,emis,q2,
    419419     &   t,ucov,vcov,ps,co2ice,teta,phisold_newgrid,q,qsurf,
    420      &   tauscaling,totcloudfrac,surfith,nid)
     420     &   tauscaling,totcloudfrac,surfith,nid,watercap)
    421421        write(*,*) "OK, read start_archive file"
    422422        ! copy soil thermal inertia
     
    440440     &        day_ini,time,tsurf,tsoil,albedo,emis,
    441441     &        q2,qsurf,co2ice,tauscaling,totcloudfrac,
    442      &        wstar,mem_Mccn_co2,mem_Nccn_co2,mem_Mh2o_co2)
     442     &        wstar,mem_Mccn_co2,mem_Nccn_co2,mem_Mh2o_co2,watercap)
    443443       
    444444        ! copy albedo and soil thermal inertia
     
    17521752     &              tsurf,tsoil,co2ice,albedo,emis,q2,qsurf,tauscaling,
    17531753     &              totcloudfrac,wstar,
    1754      &              mem_Mccn_co2,mem_Nccn_co2,mem_Mh2o_co2)
     1754     &              mem_Mccn_co2,mem_Nccn_co2,mem_Mh2o_co2,watercap)
    17551755
    17561756c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.