Changeset 3001


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

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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/init_phys_1d_mod.F90

    r3000 r3001  
    262262        q(2,:,:)=q(1,:,:)
    263263
     264#ifdef CPP_XIOS
    264265      call init_physics_distribution(regular_lonlat,4,&
    265266                                    1,1,1,nlayer,COMM_LMDZ)
     267#else
     268      call init_physics_distribution(regular_lonlat,4,&
     269                                    1,1,1,nlayer,1)
     270#endif
    266271
    267272      call open_startphy("startfi_evol.nc")
  • trunk/LMDZ.MARS/changelog.txt

    r3000 r3001  
    41054105== 19/07/2023 == JBC
    41064106Some adaptations to make the 1D model run with XIOS and MPICH for use with 1D PEM.
     4107Small fixes to compile and run 1D model related to the second to last commit.
  • 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.