Changeset 2316 for LMDZ5/branches/LMDZ6_rc0/libf
- Timestamp:
- Jun 25, 2015, 5:34:28 PM (9 years ago)
- Location:
- LMDZ5/branches/LMDZ6_rc0/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/LMDZ6_rc0/libf/phylmd/calcul_STDlev.h
r2283 r2316 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., & -
LMDZ5/branches/LMDZ6_rc0/libf/phylmd/moy_undefSTD.F90
r2283 r2316 8 8 USE phys_state_var_mod 9 9 #endif 10 10 #ifdef CPP_XIOS 11 USE wxios, ONLY: missing_val 12 #endif 13 11 14 USE phys_cal_mod, ONLY: mth_len 12 15 IMPLICIT NONE 13 16 include "clesphys.h" 14 #if def CPP_IOIPSL17 #ifndef CPP_XIOS 15 18 REAL :: missing_val 16 19 #endif -
LMDZ5/branches/LMDZ6_rc0/libf/phylmd/undefSTD.F90
r2283 r2316 8 8 USE phys_state_var_mod 9 9 #endif 10 #ifdef CPP_XIOS 11 USE wxios, ONLY: missing_val 12 #endif 10 13 11 14 IMPLICIT NONE 12 15 include "clesphys.h" 13 #if def CPP_IOIPSL16 #ifndef CPP_XIOS 14 17 REAL :: missing_val 15 18 #endif
Note: See TracChangeset
for help on using the changeset viewer.