Changeset 933 for LMDZ4/trunk/libf


Ignore:
Timestamp:
Mar 25, 2008, 3:07:18 PM (16 years ago)
Author:
lmdzadmin
Message:

Bug ecrit_hf2mth interpolation niveaux standard de pression, cas guide
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/physiq.F

    r930 r933  
    5353#define histday
    5454#define histmth
     55c#define histmthNMC
    5556c#define histins
    56 c#define histmthNMC
    5757c#define histISCCP
    5858c======================================================================
     
    18221822cIM : ne pas modifier ecrit_hf2mth
    18231823c
    1824          ecrit_hf2mth = 30*1/ecrit_hf
     1824cIM 250308bad guide        ecrit_hf2mth = 30*1/ecrit_hf
     1825         ecrit_hf2mth = ecrit_mth/ecrit_hf
    18251826c ecrit_ins en secondes, chaque pas de temps de la physique
    18261827         ecrit_ins = dtime
     
    18371838         ecrit_ISCCP = ecrit_ISCCP * un_jour
    18381839c
    1839          PRINT*,'physiq ecrit_ hf day mth reg tra ISCCP',ecrit_hf,
    1840      .   ecrit_day,ecrit_mth,ecrit_reg,ecrit_tra,ecrit_ISCCP
     1840         PRINT*,'physiq ecrit_ hf day mth reg tra ISCCP hf2mth',
     1841     .   ecrit_hf,ecrit_day,ecrit_mth,ecrit_reg,ecrit_tra,ecrit_ISCCP,
     1842     .   ecrit_hf2mth
    18411843cIM 030306 END
    18421844
Note: See TracChangeset for help on using the changeset viewer.