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

Changeset 2539 for trunk


Ignore:
Timestamp:
2011-01-07T11:04:55+01:00 (13 years ago)
Author:
flavoni
Message:

corrected small bug in sette.sh, see ticket #752

Location:
trunk/NEMOGCM/SETTE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/README

    r2494 r2539  
    33principal script is sette.sh (usage: ./sette.sh) 
    44 
     5VERY IMPORTANT : for a verbose debug do: 
     6./sette.sh 2>&1 | tee out.sette 
     7this create out.sette file in ${SETTE_DIR} 
     8 
    59USER MODIFICATIONS 
    610 in sette.sh script : 
    711               SETTE_DIR : base directory for SETTE 
    8                makenemo -m : machine (compilator); see ./makenemo -m help 
     12               makenemo -m : machine (compilator); see ./makenemo -m help (in NEMOGCM/CONFIG directory) 
    913                        -n : config name (in examples config_name_nproci_nprocj), see ./makenemo -n help 
    1014                        -r : reference configuration (if you don't give it you have to choise directories to install) 
     
    3943and if you have already compiled you can re-run all sette.sh and compilation part will be by-passed. 
    4044 
     45NOTE 2:  
     46if you want a completly verbose makenemo you can uncomment "set -x" in makenemo script 
     47and then launch ./sette.sh 2>&1 | tee out.sette 
  • trunk/NEMOGCM/SETTE/sette.sh

    r2500 r2539  
    1 #!/bin/sh 
     1#!/bin/bash 
    22############################################################# 
    33# Author : Simona Flavoni for NEMO 
     
    6666 
    6767cd ${SETTE_DIR} 
    68 . ../CONFIG/makenemo -n ORCA2_LIM_1_2 add_key "key_mpp_mpi key_nproci=1 key_nprocj=2" 
     68. ../CONFIG/makenemo -n ORCA2_LIM_1_2 -r ORCA2_LIM add_key "key_mpp_mpi key_nproci=1 key_nprocj=2" 
    6969cd ${SETTE_DIR} 
    7070. param.cfg 
Note: See TracChangeset for help on using the changeset viewer.