Changeset 740 for LMDZ4/branches/LMDZ4_V2_patch/libf/phylmd/ini_undefSTD.F
- Timestamp:
- Dec 8, 2006, 12:45:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V2_patch/libf/phylmd/ini_undefSTD.F
r644 r740 1 1 SUBROUTINE ini_undefSTD(nlevSTD,itap, 2 $ ecrit_day,ecrit_mth,2 $ dtime, ecrit_day,ecrit_mth, 3 3 $ tnondef,tsumSTD) 4 4 IMPLICIT none … … 33 33 INTEGER nlevSTD, klevSTD, itap 34 34 PARAMETER(klevSTD=17) 35 INTEGER ecrit_day,ecrit_mth 35 071206 36 REAL dtime 37 REAL ecrit_day,ecrit_mth 36 38 c 37 39 c variables locales … … 45 47 c initialisation variables journalieres en debut de journee 46 48 c 47 IF(MOD(itap, ecrit_day).EQ.1.) THEN49 IF(MOD(itap,NINT(ecrit_day/dtime)).EQ.1.) THEN 48 50 DO k=1, nlevSTD 49 51 DO i=1, klon … … 57 59 c en debut de mois : nout=2 58 60 c 59 IF(MOD(itap, ecrit_mth).EQ.1.) THEN61 IF(MOD(itap,NINT(ecrit_mth/dtime)).EQ.1.) THEN 60 62 c 61 63 DO k=1, nlevSTD
Note: See TracChangeset
for help on using the changeset viewer.