Changeset 933 for LMDZ4/trunk/libf/phylmd
- Timestamp:
- Mar 25, 2008, 3:07:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/physiq.F
r930 r933 53 53 #define histday 54 54 #define histmth 55 c#define histmthNMC 55 56 c#define histins 56 c#define histmthNMC57 57 c#define histISCCP 58 58 c====================================================================== … … 1822 1822 cIM : ne pas modifier ecrit_hf2mth 1823 1823 c 1824 ecrit_hf2mth = 30*1/ecrit_hf 1824 cIM 250308bad guide ecrit_hf2mth = 30*1/ecrit_hf 1825 ecrit_hf2mth = ecrit_mth/ecrit_hf 1825 1826 c ecrit_ins en secondes, chaque pas de temps de la physique 1826 1827 ecrit_ins = dtime … … 1837 1838 ecrit_ISCCP = ecrit_ISCCP * un_jour 1838 1839 c 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 1841 1843 cIM 030306 END 1842 1844
Note: See TracChangeset
for help on using the changeset viewer.