Ignore:
Timestamp:
Mar 22, 2013, 10:45:24 AM (12 years ago)
Author:
emillour
Message:

Generic/common/universal models:

  • Added possibility to write restartfi.nc files in parallel (MPI)
  • Added arch files suitable for Ada (IDRIS supercomputer)
  • Some further cleanup is clearly required to merge generic/universal models
  • LMDZ.UNIVERSAL/libf/phygeneric/dimphy.F90 to be uptaded in following commit (can't both remove a symbolic link and create a file with the same name in a single commit with svn).

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq.F90

    r903 r907  
    15851585
    15861586            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
    15871593            call physdem1(ngrid,"restartfi.nc",long,lati,nsoilmx,nq,            &
    15881594                    ptimestep,pday,ztime_fin,tsurf,tsoil,emis,q2,qsurf_hist, &
    15891595                    area,albedodat,inertiedat,zmea,zstd,zsig,zgam,zthe,      &
    15901596                    cloudfrac,totcloudfrac,hice,noms)
     1597#endif
    15911598         endif
    15921599
Note: See TracChangeset for help on using the changeset viewer.