Ignore:
Timestamp:
May 4, 2010, 2:46:58 PM (14 years ago)
Author:
musat
Message:

Add logical flags ok_histNMC(3) to manage output of the
standard pressure files hist*NMC.nc
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/clesphys.h

    r1368 r1374  
    4848       INTEGER lev_histdayNMC
    4949       Integer lev_histins, lev_histLES 
     50!IM ok_histNMC  : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
    5051!IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
    5152!IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
    5253!IM pasphys : pas de temps de physique (secondes)
    5354       REAL pasphys
     55       LOGICAL ok_histNMC(3)
    5456       REAL freq_outNMC(3) , freq_calNMC(3)
    5557       CHARACTER(len=4) type_run
     
    7779     &     , lev_histhf, lev_histday, lev_histmth                       &
    7880     &     , lev_histins, lev_histLES, lev_histdayNMC                   &
    79      &     , pasphys, freq_outNMC, freq_calNMC                          &
     81     &     , pasphys, ok_histNMC, freq_outNMC, freq_calNMC              &
    8082     &     , type_run, ok_isccp, ok_regdyn, ok_cosp                     &
    8183     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
Note: See TracChangeset for help on using the changeset viewer.