Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 116)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#51 fixed How does XIOS manage the "multiple_file" output ? ymipsl theetten
Description

Hi,

Curiosity question : I noticed that using xios in "attached mode" with "multiple file" option, the output files does not correspond to the domain decomposition used for the simulation. For example using 5 x 5 subdomains for the simulation, xios will create 25 files but not in the "shape" than the defined subdomain shape. The recombination of the files looks OK.

Thanks, Sébastien

#52 fixed time_counter_bnds mhnguyen aclsce
Description

Is it possible to have time_counter_bnds variable in XIOS output file in order to have something similar to :

double time_counter(time_counter) ;

time_counter:axis = "T" ; time_counter:standard_name = "time" ; time_counter:units = "seconds since 1850-01-01 00:00:00" ; time_counter:calendar = "noleap" ; time_counter:title = "Time" ; time_counter:long_name = "Time axis" ; time_counter:time_origin = " 1850-JAN-01 00:00:00" ; time_counter:bounds = "time_counter_bnds" ;

double time_counter_bnds(time_counter, tbnds) ;

with :

time_counter = 43200, 129600, 216000, 302400, 388800 ;

}

time_counter_bnds =

0, 86400, 86400, 172800, 172800, 259200, 259200, 345600, 345600, 432000 ;

}

Thanks ! Arnaud

#53 fixed More verbosity needed mhnguyen omamce
Description

I've got :

Error [CONetCDF4::CheckError(int status)] : In file '/ccc/work/cont003/dsm/p86mart/CPL/TRUN01/modeles/XIOS/src/output/onetcdf4.cpp', line 79 -> [ status = -60 ] NetCDF: Numeric conversion not representable

It's due to a problem with an ORCHIDEE variable.

A more comprehensive message is needed, with the information about the context : model involved, variable name, file, etc ...

Thanks

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.