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/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.