Changeset 999 for trunk/LMDZ.MARS/libf/phymars/testphys1d.F
- Timestamp:
- Jul 2, 2013, 9:40:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/testphys1d.F
r899 r999 641 641 c It is needed to transfert physics variables to "physiq"... 642 642 643 call physdem1("startfi.nc",long,lati,nsoilmx,nqmx, 644 . dtphys,float(day0),time,tsurf, 645 . tsoil,co2ice,emis,q2,qsurf,area,albedodat, 646 . inertiedat,zmea,zstd,zsig,zgam,zthe) 643 call physdem0("startfi.nc",long,lati,nsoilmx,nqmx, 644 . dtphys,float(day0),time,area, 645 . albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe) 646 call physdem1("startfi.nc",nsoilmx,nqmx, 647 . dtphys,time, 648 . tsurf,tsoil,co2ice,emis,q2,qsurf) 647 649 648 650 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.