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

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.