New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM/postprocessingpage – NEMO
wiki:user/flavoni/libIGCM/postprocessingpage

Version 6 (modified by flavoni, 15 years ago) (diff)

Name changed from private/libIGCM/2postprocessingpage to private/libIGCM/postprocessingpage

Post Processing


How to activate Monitoring

in config.card file

#D- If you want to produce time series, this flag determines
#D- frequency of post-processing submission
TimeSeriesFrequency?=NONE

you have to put your experience lenght. If you do an experience during 10 years you have to put:

TimeSeriesFrequency?=10Y

How to activate dynamic Monitoring (25/02/2009)

  • Copy original monitoring files in SUBMIT_DIR :
     cp ~/KEEPED_FILES/monitoring01_opa9_ORCA2.cfg $SUBMIT_DIR/.
     cp ~/KEEPED_FILES/monitoring01_lim2_ORCA2.cfg $SUBMIT_DIR/.
    
  • Copy monitoring.job in libIGCM :
     cp ~/KEEPED_FILES/monitoring.job modipsl/libIGCM/.
    
  • Control TimeSeries? in COMP/opa9.card and COMP/lim2.card:
     and if you add or remove TimeSeries in opa9.card or lim2.card => 
     it is necessary to add or remove correspondig variable in $SUBMIT_DIR/monitoring01_opa9[lim2]_ORCA2.cfg
    

How control monitoring on rhodes ( idris )

 Qstat -a

How control monitoring on ulam ( idris )

 llq

How to activate Atlas

in config.card file

#D- If you want to produce seasonal average, this flag determines
#D- the period of this average
SeasonalFrequency?=NONE

you have to put you experience lenght. If you do an experience during 10 years you have to put:

SeasonalFrequency?=10Y

  • How to manage frequency of post processing

( Note: in this moment is not possible to have atlas and monitoring of frequency different from 1M )

in COMP/nemo.card you have to change in [OutputFiles?] chapter:

Post_1M_grid_T (U,V,W)

and you have to change [Post_1M_grid_T(U,V,W)] chapter.

and in in COMP/lim2.card you have to change in [OutputFiles?] chapter:

List= (${PREFIX_NWRITE}_${DATE_OPA}_icemod.nc, ${R_OUT_ICE_NWRITE}/${PREFIX}_${WF1}_icemod.nc, Post_1M_icemod)

and you have to change [Post_1M_icemod] chapter.