Changeset 907 for trunk/LMDZ.GENERIC/libf
- Timestamp:
- Mar 22, 2013, 10:45:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r903 r907 1585 1585 1586 1586 write(*,*)'PHYSIQ: for physdem ztime_fin =',ztime_fin 1587 #ifdef CPP_PARA 1588 ! for now in parallel we use a different routine to write restartfi.nc 1589 call phyredem(ngrid,"restartfi.nc", & 1590 ptimestep,pday,ztime_fin,tsurf,tsoil,emis,q2,qsurf_hist, & 1591 cloudfrac,totcloudfrac,hice) 1592 #else 1587 1593 call physdem1(ngrid,"restartfi.nc",long,lati,nsoilmx,nq, & 1588 1594 ptimestep,pday,ztime_fin,tsurf,tsoil,emis,q2,qsurf_hist, & 1589 1595 area,albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe, & 1590 1596 cloudfrac,totcloudfrac,hice,noms) 1597 #endif 1591 1598 endif 1592 1599
Note: See TracChangeset
for help on using the changeset viewer.