Changeset 1356 for LMDZ4


Ignore:
Timestamp:
Apr 14, 2010, 3:27:53 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/branches/LMDZ4V5.0-dev/libf/phylmd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/conf_phys.F90

    r1350 r1356  
    2727   use IOIPSL
    2828   USE surface_data
     29   USE phys_cal_mod
    2930   USE carbon_cycle_mod, ONLY : carbon_cycle_tr, carbon_cycle_cpl
    3031   use control_mod
     
    11051106!Config Help =
    11061107!
    1107   freq_outNMC_omp(1) = 2592000.
     1108! freq_outNMC_omp(1) = 2592000.
     1109  freq_outNMC_omp(1) = mth_len*86400.
    11081110  freq_outNMC_omp(2) = 86400.
    11091111  freq_outNMC_omp(3) = 21600.
  • LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/physiq.F

    r1350 r1356  
    11611161      missing_val=nf90_fill_real
    11621162c======================================================================
     1163! Gestion calendrier : mise a jour du module phys_cal_mod
     1164!
     1165      CALL phys_cal_update(jD_cur,jH_cur)
     1166
     1167c======================================================================
    11631168! Ecriture eventuelle d'un profil verticale en entree de la physique.
    11641169! Utilise notamment en 1D mais peut etre active egalement en 3D
     
    12651270! Gestion calendrier : mise a jour du module phys_cal_mod
    12661271!
    1267       CALL phys_cal_update(jD_cur,jH_cur)
     1272c     CALL phys_cal_update(jD_cur,jH_cur)
    12681273
    12691274c
Note: See TracChangeset for help on using the changeset viewer.