Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/cosp/cosp_output_mod.F90

    r2298 r2408  
    8080           by the ISCCP Simulator","K", (/ ('', i=1, 3) /))
    8181
    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 
    8386
    8487CONTAINS
     
    97100  USE ioipsl
    98101  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
    99104
    100105#ifdef CPP_XIOS
     
    119124
    120125!!! Variables d'entree
    121   include "temps.h"
    122   INCLUDE 'iniprint.h'
    123126
    124127#ifdef CPP_XIOS
     
    172175
    173176#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
    174183    ! ug R\'eglage du calendrier xios
    175184    !Temps julian => an, mois, jour, heure
     
    230239
    231240      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
    232245#endif
    233246
Note: See TracChangeset for help on using the changeset viewer.