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.
Changeset 2675 for trunk/NEMOGCM/SETTE/README – NEMO

Ignore:
Timestamp:
2011-03-09T09:42:15+01:00 (13 years ago)
Author:
flavoni
Message:

commit sette.sh ready to test 3 reference configuration: GYRE_LOBSTER, ORCA2_LIM_PISCES, POMME. (restartability and reproductibility tests), see ticket #752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/README

    r2665 r2675  
    1818          set_namelist : to set namelist values  
    1919         (example : to set 75 time steps for one test : namelist nn_itend 75) 
    20       (      : to change cn_icerst_in name : namelist_ice cn_icerst_in  \"test_00101231_restart_icemod.nc\") 
    21          (      : to activate control print : namelist ln_ctl \".false.\" ) 
     20         (        : to change cn_icerst_in name : namelist_ice cn_icerst_in  \"test_00101231_restart_icemod\") 
     21         (      : to activate control print : namelist ln_ctl false ) 
    2222               fcm_job.sh needs input: input_CONFIG_NAME TOTAL_NUMBER_OF_PROCS_used TEST_NAME 
    2323         (for example if you compile ORCA2_LIM with nproci=2 and nprocj=2  
    2424         and only run short test ===> ./fcm_job input_ORCA2_LIM.cfg 4 SHORT) 
    2525 in param.cfg : 
    26                EXE_DIR           : directory in which execute jobs (by default CONFIG_DIR) 
    27                FORCING_DIR       : directory where to get input tar file 
     26               EXE_DIR           : directory in which job s executed (by default CONFIG_DIR) 
     27               FORCING_DIR       : directory in which will be found input.tar file (same name in input_CONFIG_NAME.cfg) 
    2828               INPUT_DIR         : directory in which store input files 
    2929               TMPDIR            : temporary directory NEEDED ONLY FOR IBM machines (put EXP00 directory) 
    3030               OUTPUT_DIR        : directory in which store output files 
    31           NEMO_VALIDATION_DIR : directory in which create NEMO_VALIDATION tree, and store restart and solver.stat files in 
     31          NEMO_VALIDATION_DIR : directory in which create NEMO_VALIDATION tree, and store restart, solver.stat and ocean.output files in 
    3232                            tree NEMO_VALIDATION_DIR/WCONFIG_NAME/WCOMPILER_NAME/TEST_NAME/REVISION_NUMBER(or DATE) 
    3333 in fcm_job.sh : 
     
    3535               is the same of that in input_REF_CONFIG.cfg, if not change one. 
    3636               change in "RUN OPA" part the command line (some examples are already written) 
    37           TEST_NAME iby convention is LONG: 10 days run or SHORT: 5 days run 
     37          TEST_NAME by convention is LONG: 10 days run or SHORT: 5 days run 
    3838          so NEMO_VALIDATION tree is coherent, 
    3939          but user can choise a TEST_NAME that represent his own test. 
Note: See TracChangeset for help on using the changeset viewer.