Changeset 2079 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- Jan 22, 2019, 5:02:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r1974 r2079 11 11 & albedice, iceradius, dtemisice, z0, 12 12 & zmea, zstd, zsig, zgam, zthe, phisfi, 13 & watercaptag, hmons 13 & watercaptag, hmons, summit, base 14 14 use slope_mod, only: theta_sl, psi_sl 15 15 use phyredem, only: physdem0,physdem1 … … 556 556 zsig(1)=0.E+0 557 557 zgam(1)=0.E+0 558 zthe(1)=0.E+0 559 c for rocket dust storm scheme 558 zthe(1)=0.E+0 560 559 hmons(1)=0.E+0 561 562 560 summit(1)=0.E+0 561 base(1)=0.E+0 562 563 563 c Specific initializations for "physiq" 564 564 c ------------------------------------- … … 718 718 call physdem0("startfi.nc",longitude,latitude,nsoilmx,ngrid,llm, 719 719 & nq,dtphys,float(day0),time,cell_area, 720 & albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe,hmons) 720 & albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe, 721 & hmons,summit,base) 721 722 call physdem1("startfi.nc",nsoilmx,ngrid,llm,nq, 722 723 & dtphys,time,
Note: See TracChangeset
for help on using the changeset viewer.