Ignore:
Timestamp:
Mar 31, 2023, 11:48:38 AM (23 months ago)
Author:
romain.vande
Message:

1D Mars PCM:
Following r2924, the 1D model always output a restarfi
RV

File:
1 edited

Legend:

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

    r2924 r2926  
    686686     
    687687
    688 
    689 
    690688! Initialize soil properties and temperature
    691689! ------------------------------------------
     
    792790     &              tsurf,tsoil,albedo,emis,q2,qsurf,tauscaling,
    793791     &              totcloudfrac,wstar,watercap)
    794       else
    795          CALL phyetat0 ("startfi.nc",0,0,
    796      &         nsoilmx,ngrid,nlayer,nq,
    797      &         day0,time,
    798      &         tsurf,tsoil,albedo_read,emis,
    799      &         q2,qsurf,tauscaling,totcloudfrac,wstar,
    800      &         watercap,def_slope,def_slope_mean,subslope_dist)
    801          day=real(day0)
    802          albedo(1,1)=albedo_read(1,1,1)
    803792      endif !(.not. startfile_1D )
    804793
     
    950939        CALL endg1d(1,nlayer,zlay/1000.,ndt)
    951940
    952 c      if(startfile_1D) then
    953 c       call physdem0("restartfi.nc",longitude,latitude,nsoilmx,ngrid,
    954 c     &              llm,nq,dtphys,float(day0),0.,cell_area,
    955 c     &              albedodat,inertiedat,def_slope,subslope_dist)
    956 c       call physdem1("restartfi.nc",nsoilmx,ngrid,llm,nq,
    957 c     &              dtphys,time,
    958 c     &              tsurf,tsoil,albedo,emis,q2,qsurf,tauscaling,
    959 c     &              totcloudfrac,wstar,watercap)
    960 c      endif! startfile_1D
    961 
    962941      write(*,*) "testphys1d: Everything is cool."
    963942
Note: See TracChangeset for help on using the changeset viewer.