Ignore:
Timestamp:
Dec 10, 2012, 11:36:53 PM (12 years ago)
Author:
jbmadeleine
Message:

Mars GCM:
Slightly changed soil_tifeedback.F: the variable that contains the
new thermal inertia is set to inert_h2o_ice where watercaptag=true.

File:
1 edited

Legend:

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

    r834 r857  
    5858c       Calculating the ice cover thickness
    5959        icedepth=icecover(ig,igcm_h2o_ice)/rho_ice
    60 c       If the ice cover is too thick, the entire column is changed :
    61         IF (icedepth.ge.layer(nsoil)) THEN
     60c       If the ice cover is too thick or watercaptag=true,
     61c         the entire column is changed :
     62        IF ((icedepth.ge.layer(nsoil)).or.(watercaptag(ig))) THEN
    6263          DO ik=1,nsoil
    6364               newtherm_i(ig,ik)=inert_h2o_ice
Note: See TracChangeset for help on using the changeset viewer.