Ignore:
Timestamp:
Jul 28, 2025, 7:23:15 PM (6 days ago)
Author:
aborella
Message:

Merge with trunk r5789

Location:
LMDZ6/branches/contrails
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/contrails

  • LMDZ6/branches/contrails/libf/phylmd/clesphys_mod_h.f90

    r5717 r5791  
    3434          , ok_suntime_rrtm                                            &
    3535          , overlap                                                    &
    36           , ok_kzmin                                                   &
     36          , ok_kzmin, ok_advtke                                        &
    3737          , lev_histhf, lev_histday, lev_histmth                       &
    38           , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC   &
    39           , ok_histNMC                                                 &
     38          , lev_histins, lev_histLES                                   &
    4039          , type_run, ok_regdyn, ok_cosp, ok_airs                      &
    4140          , ok_mensuelCOSP, ok_journeCOSP, ok_hfCOSP                     &
     
    117116  !IM lev_histday : niveau sorties journalieres
    118117  !IM lev_histmth : niveau sorties mensuelles
    119   !IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien
    120   !                    sur 17 niveaux de pression
    121118  INTEGER lev_histhf, lev_histday, lev_histmth
    122   INTEGER lev_histdayNMC
    123119  Integer lev_histins, lev_histLES
    124   !IM ok_histNMC  : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
    125120  !IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
    126121  !IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
    127   LOGICAL ok_histNMC(3)
    128   INTEGER levout_histNMC(3)
    129   REAL freq_outNMC(3), freq_calNMC(3)
     122  REAL freq_outNMC(10), freq_calNMC(10)
    130123  CHARACTER(len = 4) type_run
    131124  ! aer_type: pour utiliser un fichier constant dans readaerosol
     
    152145  LOGICAL :: ok_new_lscp
    153146  LOGICAL :: ok_bs, ok_rad_bs
     147  LOGICAL :: ok_advtke
    154148  ! flag to bypass or not the phytrac module
    155149  INTEGER :: iflag_phytrac
     
    196190  !$OMP      , ok_suntime_rrtm                                            &
    197191  !$OMP      , overlap                                                    &
    198   !$OMP      , ok_kzmin                                                   &
     192  !$OMP      , ok_kzmin, ok_advtke                                        &
    199193  !$OMP      , lev_histhf, lev_histday, lev_histmth                       &
    200   !$OMP      , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC   &
    201   !$OMP      , ok_histNMC                                                 &
     194  !$OMP      , lev_histins, lev_histLES                                   &
    202195  !$OMP      , type_run, ok_regdyn, ok_cosp, ok_airs                      &
    203196  !$OMP      , ok_mensuelCOSP, ok_journeCOSP, ok_hfCOSP                     &
Note: See TracChangeset for help on using the changeset viewer.