Ignore:
Timestamp:
Nov 8, 2012, 7:03:03 PM (12 years ago)
Author:
jbmadeleine
Message:

Mars GCM:

Implemented the thermal inertia feedback:

  • Added a flag in callphys.def called tifeedback, set to false by default;
  • Changed physiq.F to call soil.F with a new thermal inertia if tifeedback = true;
  • Added a routine called soil_tifeedback.F that computes the new thermal inertia of the subsurface when ice is deposited;

    Modified files: soil.F, physiq.F, inifis.F, callkeys.h
    Added files: soil_tifeedback.F

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/callkeys.h

    r705 r833  
    1212     &   ,callg2d,linear,rayleigh,tracer,active,doubleq,submicron       &
    1313     &   ,lifting,callddevil,scavenging,sedimentation,activice,water    &
    14      &   ,microphys,caps,photochem,calltherm,outptherm,callrichsl       &
    15      &   ,callslope,tituscap
     14     &   ,tifeedback,microphys,caps,photochem,calltherm,outptherm       &
     15     &   ,callrichsl,callslope,tituscap
    1616     
    1717      COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche    &
     
    5454      integer dustbin
    5555      logical active,doubleq,submicron,lifting,callddevil,scavenging
    56       logical sedimentation,activice,water,microphys,caps
     56      logical sedimentation
     57      logical water,activice,tifeedback,microphys,caps
    5758      logical photochem
    5859      integer nltemodel
Note: See TracChangeset for help on using the changeset viewer.