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 2732 – NEMO

Changeset 2732


Ignore:
Timestamp:
2011-04-08T14:47:53+02:00 (13 years ago)
Author:
rblod
Message:

Add a test with AGRIF in sette.sh, just because life is always much more funny when using AGRIF

Location:
trunk/NEMOGCM/SETTE
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/README

    r2716 r2732  
    99USER MODIFICATIONS 
    1010 in sette.sh script : 
    11                CMP_NAM     : compiler among those available in NEMOGCM/ARCH, needed for makenemo (see below) 
     11               COMPILER    : compiler among those available in NEMOGCM/ARCH, needed for makenemo (see below) 
     12                             can also be pass as an argument, e.g. ./sette.sh ifort_osx 
    1213               makenemo -m : machine (compilator); see ./makenemo -m help (in NEMOGCM/CONFIG directory) 
    1314                        -n : config name (in examples config_name_nproci_nprocj), see ./makenemo -n help 
  • trunk/NEMOGCM/SETTE/input_ORCA2_LIM.cfg

    r2361 r2732  
    1 ORCA2_LIM_nemo_v3.3.beta.tar 
     1ORCA2_LIM_nemo_v3.3.tar 
  • trunk/NEMOGCM/SETTE/input_ORCA2_LIM_PISCES.cfg

    r2361 r2732  
    1 ORCA2_LIM_nemo_v3.3.beta.tar 
     1ORCA2_LIM_nemo_v3.3.tar 
  • trunk/NEMOGCM/SETTE/sette.sh

    r2725 r2732  
    126126## for (( config=2; config<=${NBTEST}; config++ )) 
    127127 
    128 for config in 1 2 3 4 5 6  
     128for config in 1 2 3 4 5 6 7 
    129129do 
    130130 
     
    361361fi 
    362362 
     363if [ ${config} -eq 7 ] ;  then 
     364    ## ORCA2_LIM with Agulhas AGRIF zoom 
     365    cd ${SETTE_DIR} 
     366    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2AGUL -r ORCA2_LIM add_key "key_agrif" del_key "key_vectopt_loop key_dtatrc key_diatrc key_zdftmx"  
     367    cd ${SETTE_DIR} 
     368    . param.cfg 
     369    . all_functions.sh 
     370    set_namelist namelist nn_it000 1 
     371    set_namelist namelist nn_itend 75 
     372    set_namelist namelist ln_ctl .false. 
     373    set_namelist namelist ln_clobber .true. 
     374    set_namelist namelist jpni 1 
     375    set_namelist namelist jpnj 2 
     376    set_namelist namelist jpnij 2  
     377    set_namelist 1_namelist nn_it000 1 
     378    set_namelist 1_namelist nn_itend 150 
     379    set_namelist 1_namelist ln_ctl .false. 
     380    set_namelist 1_namelist ln_clobber .true. 
     381    cd ${SETTE_DIR} 
     382    . ./fcm_job.sh input_ORCA2_LIM.cfg 1 SHORT 
     383fi 
     384 
     385if [ ${config} -eq 8 ] ;  then 
     386    ## ORCA2_LIM with Agulhas AGRIF zoom in MPI 
     387    cd ${SETTE_DIR} 
     388    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2AGUL_1_2 -r ORCA2_LIM add_key "key_mpp_mpi key_agrif" del_key "key_vectopt_loop key_dtatrc key_diatrc key_zdftmx"  
     389    cd ${SETTE_DIR} 
     390    . param.cfg 
     391    . all_functions.sh 
     392    set_namelist namelist nn_it000 1 
     393    set_namelist namelist nn_itend 75 
     394    set_namelist namelist ln_ctl .false. 
     395    set_namelist namelist ln_clobber .true. 
     396    set_namelist namelist jpni 1 
     397    set_namelist namelist jpnj 2 
     398    set_namelist namelist jpnij 2  
     399    set_namelist 1_namelist nn_it000 1 
     400    set_namelist 1_namelist nn_itend 150 
     401    set_namelist 1_namelist ln_ctl .false. 
     402    set_namelist 1_namelist ln_clobber .true. 
     403    cd ${SETTE_DIR} 
     404    . ./fcm_job.sh input_ORCA2_LIM.cfg 2 SHORT 
     405fi 
     406 
    363407done 
Note: See TracChangeset for help on using the changeset viewer.