Changeset 2314 for LMDZ5/branches/testing/libf/phylmd/calcul_STDlev.h
- Timestamp:
- Jun 25, 2015, 3:40:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing/libf/phylmd/calcul_STDlev.h
r2298 r2314 6 6 ! missing_val=nf90_fill_real 7 7 ! 8 IF (.not. ok_all_xml) then 8 9 CALL ini_undefSTD(itap,itapm1) 10 ENDIF 9 11 ! 10 12 !IM on interpole les champs sur les niveaux STD de pression … … 128 130 ! 129 131 !IM on somme les valeurs toutes les freq_calNMC secondes 130 !131 CALL undefSTD(itap, read_climoz)132 !133 132 !IM on moyenne a la fin du mois, du jour ou toutes les 6h 134 133 ! 135 CALL moy_undefSTD(itap,itapm1) 134 IF (.not. ok_all_xml) then 135 CALL undefSTD(itap, read_climoz) 136 CALL moy_undefSTD(itap,itapm1) 137 ENDIF 136 138 ! 137 139 CALL plevel(klon,klev,.true.,pplay,50000., &
Note: See TracChangeset
for help on using the changeset viewer.