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 2678 for branches/dev_r2586_dynamic_mem/NEMOGCM/SETTE/README – NEMO

Ignore:
Timestamp:
2011-03-09T16:02:46+01:00 (13 years ago)
Author:
rblod
Message:

Phasing branch dev_r2586_dynamic_mem with revision 2675 off the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_r2586_dynamic_mem/NEMOGCM/SETTE/README

    r2545 r2678  
    11usage of SETTE package: 
    22 
    3 principal script is sette.sh (usage: ./sette.sh) 
     3principal script is sette.sh (usage: ./sette.sh)  
    44 
    55VERY IMPORTANT : for a verbose debug do: 
     
    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.\" ) 
    22                fcm_job.sh needs input: input_CONFIG_NAME and TOTAL NUMBER OF PROCS used 
    23          (for example if you compile ORCA2_LIM with nproci=2 and nprocj=2 ===> ./fcm_job input_ORCA2_LIM.cfg 4) 
     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 ) 
     22               fcm_job.sh needs input: input_CONFIG_NAME TOTAL_NUMBER_OF_PROCS_used TEST_NAME 
     23         (for example if you compile ORCA2_LIM with nproci=2 and nprocj=2  
     24         and only run short test ===> ./fcm_job input_ORCA2_LIM.cfg 4 SHORT) 
    2425 in param.cfg : 
    25                EXE_DIR     : directory in which execute jobs (by default CONFIG_DIR) 
    26                FORCING_DIR : directory where to get input tar file 
    27                INPUT_DIR   : directory in which store input files 
    28                TMPDIR      : temporary directory NEEDED ONLY FOR IBM machines (put EXP00 directory) 
    29                OUTPUT_DIR  : directory in which store output files 
     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) 
     28               INPUT_DIR         : directory in which store input files 
     29               TMPDIR            : temporary directory NEEDED ONLY FOR IBM machines (put EXP00 directory) 
     30               OUTPUT_DIR        : directory in which store output files 
     31          NEMO_VALIDATION_DIR : directory in which create NEMO_VALIDATION tree, and store restart, solver.stat and ocean.output files in 
     32                            tree NEMO_VALIDATION_DIR/WCONFIG_NAME/WCOMPILER_NAME/TEST_NAME/REVISION_NUMBER(or DATE) 
    3033 in fcm_job.sh : 
    3134               IMPORTANT : control that name of tar file in FORCING directory 
    3235               is the same of that in input_REF_CONFIG.cfg, if not change one. 
    3336               change in "RUN OPA" part the command line (some examples are already written) 
    34  
     37          TEST_NAME by convention is LONG: 10 days run or SHORT: 5 days run 
     38          so NEMO_VALIDATION tree is coherent, 
     39          but user can choise a TEST_NAME that represent his own test. 
    3540 
    3641NOTE: 
Note: See TracChangeset for help on using the changeset viewer.