Changeset 2926 for trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
- Timestamp:
- Mar 31, 2023, 11:48:38 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r2924 r2926 686 686 687 687 688 689 690 688 ! Initialize soil properties and temperature 691 689 ! ------------------------------------------ … … 792 790 & tsurf,tsoil,albedo,emis,q2,qsurf,tauscaling, 793 791 & totcloudfrac,wstar,watercap) 794 else795 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)803 792 endif !(.not. startfile_1D ) 804 793 … … 950 939 CALL endg1d(1,nlayer,zlay/1000.,ndt) 951 940 952 c if(startfile_1D) then953 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_1D961 962 941 write(*,*) "testphys1d: Everything is cool." 963 942
Note: See TracChangeset
for help on using the changeset viewer.