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

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