Changeset 3001 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Jul 19, 2023, 5:45:49 PM (18 months ago)
Author:
jbclement
Message:

Mars PCM:
Small fixes to compile and run 1D model related to the second to last commit.
JBC

File:
1 edited

Legend:

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

    r3000 r3001  
    1212     &                     albedice, iceradius, dtemisice, z0,
    1313     &                     zmea, zstd, zsig, zgam, zthe, phisfi,
    14      &                     watercaptag, watercap, hmons, summit, base
     14     &                     watercaptag, watercap, hmons, summit, base,
     15     &                     perenial_co2ice
    1516      use slope_mod, only: theta_sl, psi_sl
    1617      use comslope_mod, only: def_slope,subslope_dist,def_slope_mean
     
    255256      dtemisice(2) = 2.          ! time scale for snow metamorphism (south)
    256257
    257 c      endif ! .not. startfile_1D
     258computeTcondc      endif ! .not. startfile_1D
    258259
    259260c     mesh surface (not a very usefull quantity in 1D)
     
    855856     &              tsurf,tsoil,inertiesoil,albedo,emis,
    856857     &              q2,qsurf,tauscaling,
    857      &              totcloudfrac,wstar,watercap)
     858     &              totcloudfrac,wstar,watercap,perenial_co2ice)
    858859      endif !(.not. startfile_1D )
    859860
Note: See TracChangeset for help on using the changeset viewer.