Changeset 2495
- Timestamp:
- 2010-12-20T16:16:39+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/nemo_v3_3_beta/NEMOGCM/SETTE/sette.sh
r2494 r2495 33 33 # del_key : to del list of keys 34 34 # 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.\" ) 35 39 # 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 # 47 41 SETTE_DIR=PATH OF SETTE 48 42 … … 50 44 sleep 3 51 45 46 # first example: create test for GYRE with nproci=1, nprocj=1, run for 75 time steps 52 47 cd ${SETTE_DIR} 53 48 . ../CONFIG/makenemo -m ifort_linux -n GYRE_1_1 -r GYRE … … 65 60 echo "starting second test" 66 61 sleep 3 62 63 # second example: create test for ORCA2_LIM with nproci=1, nprocj=2, run for 75 time steps 67 64 cd ${SETTE_DIR} 68 65 . ../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.