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 2657 for trunk – NEMO

Changeset 2657 for trunk


Ignore:
Timestamp:
2011-03-04T17:41:52+01:00 (13 years ago)
Author:
flavoni
Message:

add comments in sette_beginner.sh, and added TEST_NAME in fcm_job.sh, see ticket #752

Location:
trunk/NEMOGCM/SETTE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/fcm_job.sh

    r2656 r2657  
    2525# :: 
    2626# 
    27 #  $ ./fcm_job.sh INPUT_FILE_CONFIG_NAME NUMBER_PROC 
     27#  $ ./fcm_job.sh INPUT_FILE_CONFIG_NAME NUMBER_PROC TEST_NAME 
    2828# 
    2929# 
     
    4343# 
    4444#  run a job of config GYRE with 1 processor          test REPRODUCTINILITY 
    45 #  $ ./fcm_job.sh input_GYRE.cfg                     1     REPRO 
     45#  $ ./fcm_job.sh input_GYRE.cfg                     1     SHORT 
    4646# 
    4747#  run a job of config ORCA2_LIM_PISCES with 8 processors test RESTARTABILITY 
    48 #  $ ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg         8      RESTART 
     48#  $ ./fcm_job.sh input_ORCA2_LIM_PISCES.cfg         8      LONG 
    4949# 
    5050# 
  • trunk/NEMOGCM/SETTE/sette_beginner.sh

    r2656 r2657  
    3636SETTE_DIR=/Users/sflod/nuovo_sette/prova/NEMOGCM/SETTE 
    3737# Run for GYRE CONFIG 
     38# small test to start 
     39# compile GYRE configuration with gfortran_osx compiler run with 1 proc, by default in cpp_GYRE.fcm file : key_nproci=1 key_nprocj=1 
    3840cd ${SETTE_DIR} 
    3941. ../CONFIG/makenemo -m gfortran_osx -n GYRE_SHORT -r GYRE 
     
    4143. param.cfg  
    4244. all_functions.sh 
     45# setting namelist parameters 
     46# experience name 
    4347set_namelist namelist cn_exp \"GYRE_SHORT\" 
     48# first time step 
    4449set_namelist namelist nn_it000 1 
     50# last time step 
    4551set_namelist namelist nn_itend 120 
     52# frequency of creation of a restart file 
    4653set_namelist namelist nn_stock 60 
    4754cd ${SETTE_DIR} 
     55# run job, with 1 processor, test named SHORT (= 60 time steps) 
    4856. ./fcm_job.sh input_GYRE.cfg 1 SHORT 
Note: See TracChangeset for help on using the changeset viewer.