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 2495 for branches – NEMO

Changeset 2495 for branches


Ignore:
Timestamp:
2010-12-20T16:16:39+01:00 (13 years ago)
Author:
flavoni
Message:

changed comment in sette.sh, see ticket #752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/SETTE/sette.sh

    r2494 r2495  
    3333#         del_key : to del list of keys 
    3434#     and for more details and options of makenemo see ./makenemo -h 
     35#     set_namelist : to set namelist values  
     36                        (example : to set 75 time steps for one test : namelist nn_itend 75) 
     37                        (        : to change cn_icerst_in name : namelist_ice cn_icerst_in  \"test_00101231_restart_icemod.nc\") 
     38                        (        : to activate control print : namelist ln_ctl \".false.\" ) 
    3539#     fcm_job.sh needs input: input_CONFIG_NAME and TOTAL NUMBER OF PROCS used 
    36 # in param.cfg : 
    37 #     EXE_DIR     : directory in which execute jobs (by default CONFIG_DIR)     
    38 #     FORCING_DIR : directory where to get input tar file  
    39 #     INPUT_DIR   : directory in which store input files 
    40 #     TMPDIR      : temporary directory NEEDED ONLY FOR IBM machines (put EXP00 directory) 
    41 #     OUTPUT_DIR  : directory in which store output files 
    42 # in fcm_job.sh : 
    43 #     IMPORTANT : control that name of tar file in FORCING directory 
    44 #     is the same of that in input_REF_CONFIG.cfg, if not change one. 
    45 #     change in "RUN OPA" part the command line (some examples are already written) 
    46  
     40# 
    4741SETTE_DIR=PATH OF SETTE 
    4842 
     
    5044sleep 3 
    5145 
     46# first example: create test for GYRE with nproci=1, nprocj=1, run for 75 time steps 
    5247cd ${SETTE_DIR} 
    5348. ../CONFIG/makenemo -m ifort_linux -n GYRE_1_1 -r GYRE 
     
    6560echo "starting second test" 
    6661sleep 3 
     62 
     63# second example: create test for ORCA2_LIM with nproci=1, nprocj=2, run for 75 time steps 
    6764cd ${SETTE_DIR} 
    6865. ../CONFIG/makenemo -n ORCA2_LIM_1_2 add_key "key_mpp_mpi key_nproci=1 key_nprocj=2" 
Note: See TracChangeset for help on using the changeset viewer.