Changeset 1355 for LMDZ4


Ignore:
Timestamp:
Apr 14, 2010, 3:27:18 PM (14 years ago)
Author:
musat
Message:

use of phys_cal_mod in conf_phys (and change call order in physiq.F) to
automatically calculate the output frequency of standard pressure monthly
file (histmthNMC.nc)
IM

Location:
LMDZ4/trunk/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/conf_phys.F90

    r1352 r1355  
    2626   use IOIPSL
    2727   USE surface_data
     28   USE phys_cal_mod
    2829   USE carbon_cycle_mod, ONLY : carbon_cycle_tr, carbon_cycle_cpl
    2930
     
    10941095!Config Help =
    10951096!
    1096   freq_outNMC_omp(1) = 2592000.
     1097! freq_outNMC_omp(1) = 2592000.
     1098  freq_outNMC_omp(1) = mth_len*86400.
    10971099  freq_outNMC_omp(2) = 86400.
    10981100  freq_outNMC_omp(3) = 21600.
  • LMDZ4/trunk/libf/phylmd/physiq.F

    r1352 r1355  
    11551155      missing_val=nf90_fill_real
    11561156c======================================================================
     1157! Gestion calendrier : mise a jour du module phys_cal_mod
     1158!
     1159      CALL phys_cal_update(jD_cur,jH_cur)
     1160
     1161c======================================================================
    11571162! Ecriture eventuelle d'un profil verticale en entree de la physique.
    11581163! Utilise notamment en 1D mais peut etre active egalement en 3D
     
    12601265! Gestion calendrier : mise a jour du module phys_cal_mod
    12611266!
    1262       CALL phys_cal_update(jD_cur,jH_cur)
     1267cIM     CALL phys_cal_update(jD_cur,jH_cur)
    12631268
    12641269c
Note: See TracChangeset for help on using the changeset viewer.