Changeset 723 for LMDZ4/branches/LMDZ4_V2_patch/libf/phylmd/ini_histhf.h
- Timestamp:
- Oct 6, 2006, 1:06:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V2_patch/libf/phylmd/ini_histhf.h
r644 r723 5 5 IF (ok_hf) THEN 6 6 c 7 zstohf = dtime * FLOAT(ecrit_hf)7 zstohf = dtime * ecrit_hf 8 8 zstophy = dtime 9 zstoday = dtime * FLOAT(ecrit_day)10 zout = dtime * FLOAT(ecrit_hf)9 zstoday = dtime * ecrit_day 10 zout = dtime * ecrit_hf 11 11 c 12 12 idayref = day_ref … … 190 190 ENDIF !lev_histhf.GE.4 191 191 c 192 c 192 193 ELSE IF(type_run.EQ."AMIP".OR.type_run.EQ."CFMI") THEN 193 194 c
Note: See TracChangeset
for help on using the changeset viewer.