Ignore:
Timestamp:
Apr 14, 2010, 11:41:19 AM (14 years ago)
Author:
musat
Message:

Add 3 output files for standard pressure levels AR5 exercice and flags
to manage their computation and output frequencies
histhfNMC.nc with 3 standard pressure levels
histdayNMC.nc with 8 (or may have 17) standard pressure levels
histmthNMC.nc with 17 standard pressure levels
Add 3 flags in the physiq.def file: freq_calNMC(3), freq_outNMC(3) and lev_histdayNMC
freq_calNMC(3) : computation frequency of variables on standard pressure levels

and by default has fallowing values (in fact physics' time step dtime)

freq_calNMC(1)=900.
freq_calNMC(2)=900.
freq_calNMC(3)=900.
freq_outNMC(3) : output frequency of variables on standard pressure levels

with following default values

freq_out(1) = 2592000. (30 days)
freq_out(2) = 86400. (1 day)
freq_out(3) = 21600. (6 hours)
lev_histdayNMC is 8 by default but may be switched to 17 (if we need more levels for a particular run)
IM

File:
1 edited

Legend:

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

    r1279 r1352  
    4343!IM lev_histday : niveau sorties journalieres
    4444!IM lev_histmth : niveau sorties mensuelles
     45!IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien
     46!                    sur 17 niveaux de pression
    4547       INTEGER lev_histhf, lev_histday, lev_histmth
     48       INTEGER lev_histdayNMC
    4649       Integer lev_histins, lev_histLES 
     50!IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
     51!IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
     52!IM pasphys : pas de temps de physique (secondes)
     53       REAL pasphys
     54       REAL freq_outNMC(3) , freq_calNMC(3)
    4755       CHARACTER(len=4) type_run
    4856! aer_type: pour utiliser un fichier constant dans readaerosol
     
    6876     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
    6977     &     , lev_histhf, lev_histday, lev_histmth                       &
    70      &     , lev_histins, lev_histLES                                   &
     78     &     , lev_histins, lev_histLES, lev_histdayNMC                   &
     79     &     , pasphys, freq_outNMC, freq_calNMC                          &
    7180     &     , type_run, ok_isccp, ok_regdyn, ok_cosp                     &
    7281     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
Note: See TracChangeset for help on using the changeset viewer.