Ignore:
Timestamp:
Apr 20, 2020, 6:03:41 PM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Fix for the 1D, follow up from the recent addition of watercap.
EM

File:
1 edited

Legend:

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

    r2228 r2293  
    1111     &                     albedice, iceradius, dtemisice, z0,
    1212     &                     zmea, zstd, zsig, zgam, zthe, phisfi,
    13      &                     watercaptag, hmons, summit, base
     13     &                     watercaptag, watercap, hmons, summit, base
    1414      use slope_mod, only: theta_sl, psi_sl
    1515      use phyredem, only: physdem0,physdem1
     
    472472      paleomars=.false. ! Default: no water ice reservoir
    473473      call getin("paleomars",paleomars)
    474       if (paleomars==.true.) then
     474      if (paleomars.eqv..true.) then
    475475        write(*,*) "paleomars=", paleomars
    476476        write(*,*) "Orbital parameters from callphys.def"
     
    736736c Check if the surface is a water ice reservoir
    737737c --------------------------------------------------
     738      watercap(1)=0 ! Initialize watercap
    738739      watercaptag(1)=.false. ! Default: no water ice reservoir
    739740      print *,'Water ice cap on ground ?'
     
    768769     &              totcloudfrac,wstar,
    769770     &              mem_Mccn_co2,mem_Nccn_co2,
    770      &              mem_Mh2o_co2)
     771     &              mem_Mh2o_co2,watercap)
    771772
    772773c=======================================================================
Note: See TracChangeset for help on using the changeset viewer.