- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/cosp/cosp_output_mod.F90
r2298 r2408 80 80 by the ISCCP Simulator","K", (/ ('', i=1, 3) /)) 81 81 82 LOGICAL, SAVE :: cosp_varsdefined = .FALSE. ! ug PAS THREADPRIVATE ET C'EST NORMAL 82 LOGICAL, SAVE :: cosp_varsdefined = .FALSE. ! ug PAS THREADPRIVATE ET C'EST NORMAL 83 REAL, SAVE :: Cosp_fill_value 84 !$OMP THREADPRIVATE(Cosp_fill_value) 85 83 86 84 87 CONTAINS … … 97 100 USE ioipsl 98 101 USE phys_cal_mod 102 USE time_phylmdz_mod, ONLY: day_ref, annee_ref, day_ini, start_time, itau_phy 103 USE print_control_mod, ONLY: lunout 99 104 100 105 #ifdef CPP_XIOS … … 119 124 120 125 !!! Variables d'entree 121 include "temps.h"122 INCLUDE 'iniprint.h'123 126 124 127 #ifdef CPP_XIOS … … 172 175 173 176 #ifdef CPP_XIOS 177 178 ! recuperer la valeur indefine Xios 179 ! CALL xios_get_field_attr("clcalipso",default_value=Cosp_fill_value) 180 ! Cosp_fill_value=missing_val 181 Cosp_fill_value=0. 182 print*,'Cosp_fill_value=',Cosp_fill_value 174 183 ! ug R\'eglage du calendrier xios 175 184 !Temps julian => an, mois, jour, heure … … 230 239 231 240 CALL histvert(cosp_nidfiles(iff),"column","column","count",Ncolumns,column_ax(1:Ncolumns),nvertcol(iff)) 241 242 !!! Valeur indefinie en cas IOIPSL 243 Cosp_fill_value=0. 244 232 245 #endif 233 246
Note: See TracChangeset
for help on using the changeset viewer.