Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 116)

Ticket Owner Reporter Resolution Summary
#34 ymipsl smasson fixed check if a context is initialized or not
Description

When the model crashes, I need (1) to close properly all contexts and (2) close XIOS. To do this, I need to know if a context was initialized or not (or I need to be able to close a context that was not initialized without creating an error).

#39 ymipsl ymipsl fixed Reduce gaussian grid support
Description

XIOS need to support gaussian reduced grid in order to be able to output date from Arpege and IFS model.

#44 ymipsl jgipsl fixed problem with xios_field_is_activate
Description

Concerning XIOS rev 477

The problem is described in the following exemple in ORCHIDEE :

       IF (xios_field_is_active("RootMoist") .OR. xios_field_is_active("DelSoilMoist") .OR. &
            xios_field_is_active("DelIntercept") .OR. xios_field_is_active("DelSWE") .OR. &
            xios_field_is_active("SoilWet")) THEN

          almaoutput=.TRUE.
          WRITE(numout,*) 'almaoutput has been set to true in xios_orchidee_init'
       END IF

Case 1) Everything is fine when these variables are declared only in field_def_orchidee.xml. almaoutput becomes FALSE. See exemple at curie : /ccc/scratch/cont003/dsm/p86ghatt/LMDZOR/XIOS/RUNDIR/TESTING/RUN_rev1960/prod_mpi_omp/TestAlma

Case 2) If one or several of these variables are set in file_def_orchidee.xml but the file is deactivated, the result is almaoutput=TRUE. This is not ok. See here an extract from file_def_orchidee.xml :

<file id="sechiba2" name="sechiba_out_2_xios" output_level="10" output_freq="1d" enabled=".FALSE.">
  <field field_ref="RootMoist" level="1"/>
  <field field_ref="Areas" level="1"/>

Exemple : /ccc/scratch/cont003/dsm/p86ghatt/LMDZOR/XIOS/RUNDIR/TESTING/RUN_rev1960/prod_mpi_omp/TestAlma2

I think the behaviour of xios_field_is_activate was correct in earlier versions of XIOS.

Note: See TracQuery for help on using queries.