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 9 (modified by flavoni, 15 years ago) (diff)

--

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 to do a Monitoring comparison between same run in MPI and mono version

  • Parameters to have in namelist to be able to do a comparison :
     n_cla = 0
     nbit_cmp = 1
     nsolv = 2
    
     ln_rnf = .false.
     ln_ssr = .false.
    
  • In BB_make.ldef remove key :
     key_tradmp
    

After run execution, you can use "fegg" utility to compare two experience :

http://igcmg.lsce.ipsl.fr/monitoring/

  • Step 1 :
     enter directory dods in which you have output files. 
     Becareful at this path http://dods.idris.fr/'''cgi-bin/nph-dods/'''
    
  • Step 2 :
     select two simulations that you've run whit previous options in namelist and in BB_make.ldef files
    
  • Step 3 :
     select one file netcdf ( but I've impression that is useful, you've same result for all .nc files )
     press "Prepare and Run the ferret script" button
    
  • Step 4 :
     press "Run this script on the server" button
    

and you will have your monitoring comparison.

Note: this link is only for 1( days, so if you want to keep it you have to save html page

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.