Custom Query (126 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 126)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#28 fixed compilation XIOS Oasis path aclsce aclsce
Description

So far, the path of Oasis library is by default : OASIS_INCDIR="-I$WORKDIR/NEMO_COUPLE/prism/X64/build/lib/psmile.MPI1" OASIS_LIBDIR="-L$WORKDIR/NEMO_COUPLE/prism/X64/lib" in arch*path configuration files.

It is not very generic, in particular if we want to include XIOS compilation in IPSL coupled model compilation. We would like to have a relative path instead of absolute path.

Proposition : Replace the actual path by : OASIS_INCDIR="-I$PWD/../../prism/X64/build/lib/psmile.MPI1" OASIS_LIBDIR="-L$PWD/../../prism/X64/lib"

Thanks !

#30 fixed "Once" operation attribute ymipsl aclsce
Description

When I define a field (for example "Areas" with the following attribute operation="once", it seems it is needed to do the "call xios_send_field("Areas",...)" every timestep of the model (defined thanks the call to xios_set_timestep). If I do only one call to "xios_send_field("Areas",...)", there is nothing as value of my field "Areas" in my file (only missing values)...I think it is not normal.

Thanks !

#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

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