Changeset 2268 for LMDZ5/trunk/libf
- Timestamp:
- Apr 30, 2015, 11:12:46 AM (10 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd/cosp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cosp/cosp_output_mod.F90
r2137 r2268 50 50 TYPE(ctrl_outcosp), SAVE :: o_parasol_crefl = ctrl_outcosp((/ .TRUE., .TRUE., .TRUE. /), & 51 51 "parasol_crefl", "PARASOL-like mono-directional reflectance (integral)","1", (/ ('', i=1, 3) /)) 52 TYPE(ctrl_outcosp), SAVE :: o_Ncrefl = ctrl_outcosp((/ .TRUE., .TRUE., .TRUE. /), & 53 "Ncrefl", "Nb PARASOL-like mono-directional reflectance (integral)","1", (/ ('', i=1, 3) /)) 52 54 TYPE(ctrl_outcosp), SAVE :: o_atb532 = ctrl_outcosp((/ .FALSE., .FALSE., .FALSE. /), & 53 55 "atb532", "Lidar Attenuated Total Backscatter (532 nm)","1", (/ ('', i=1, 3) /)) … … 172 174 ! ug R\'eglage du calendrier xios 173 175 !Temps julian => an, mois, jour, heure 174 CALL ju2ymds(zjulian, x_an, x_mois, x_jour, x_heure)175 CALL ju2ymds(zjulian_start, ini_an, ini_mois, ini_jour, ini_heure)176 CALL wxios_set_cal(dtime, calend, x_an, x_mois, x_jour, x_heure, ini_an, &177 ini_mois, ini_jour, ini_heure )176 ! CALL ju2ymds(zjulian, x_an, x_mois, x_jour, x_heure) 177 ! CALL ju2ymds(zjulian_start, ini_an, ini_mois, ini_jour, ini_heure) 178 ! CALL wxios_set_cal(dtime, calend, x_an, x_mois, x_jour, x_heure, ini_an, & 179 ! ini_mois, ini_jour, ini_heure ) 178 180 ! ug d�claration des axes verticaux de chaque fichier: 179 if (use_vgrid) then181 ! if (use_vgrid) then 180 182 CALL wxios_add_vaxis("height", vgrid%Nlvgrid, vgrid%z) 181 else182 WRITE(lunout,*) 'wxios_add_vaxis "presnivs", vgrid%Nlvgrid ',vgrid%Nlvgrid183 CALL wxios_add_vaxis("presnivs", vgrid%Nlvgrid, presnivs)184 endif183 ! else 184 ! WRITE(lunout,*) 'wxios_add_vaxis "presnivs", vgrid%Nlvgrid ',vgrid%Nlvgrid 185 ! CALL wxios_add_vaxis("presnivs", vgrid%Nlvgrid, presnivs) 186 ! endif 185 187 WRITE(lunout,*) 'wxios_add_vaxis height_mlev, Nlevlmdz ',Nlevlmdz 186 188 CALL wxios_add_vaxis("height_mlev", Nlevlmdz, vgrid%mz) -
LMDZ5/trunk/libf/phylmd/cosp/cosp_output_write_mod.F90
r2137 r2268 73 73 endif 74 74 75 #ifdef CPP_XIOS76 !$OMP MASTER77 IF (cosp_varsdefined) THEN78 if (prt_level >= 10) then79 WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', &80 cosp_varsdefined,iinitend81 endif82 CALL xios_update_calendar(itau_wcosp)83 ENDIF84 !$OMP END MASTER85 !$OMP BARRIER86 #endif75 !#ifdef CPP_XIOS 76 ! !$OMP MASTER 77 !IF (cosp_varsdefined) THEN 78 ! if (prt_level >= 10) then 79 ! WRITE(lunout,*)'Apell xios_update_calendar cosp_varsdefined iinitend ', & 80 ! cosp_varsdefined,iinitend 81 ! endif 82 ! CALL xios_update_calendar(itau_wcosp) 83 !ENDIF 84 ! !$OMP END MASTER 85 ! !$OMP BARRIER 86 !#endif 87 87 88 88 if (cfg%Llidar_sim) then … … 153 153 enddo 154 154 enddo 155 CALL histwrite3d_cosp(o_Ncrefl,Ncref,nvertp) 155 156 CALL histwrite3d_cosp(o_parasol_crefl,parasolcrefl,nvertp) 156 157
Note: See TracChangeset
for help on using the changeset viewer.