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 4316 for branches/2013/dev_MERGE_2013/NEMOGCM – NEMO

Ignore:
Timestamp:
2013-11-26T16:43:56+01:00 (10 years ago)
Author:
clevy
Message:

[

Location:
branches/2013/dev_MERGE_2013/NEMOGCM
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r4268 r4316  
    221221!----------------------------------------------------------------------- 
    222222&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    223 !----------------------------------------------------------------------- 
     223    nb_bdy         =  1 
     224    cn_dyn2d       = 'flather' 
     225    nn_dyn2d_dta   =  3 
     226    cn_tra         =  'frs' 
     227    nn_tra_dta    =   1  
    224228/ 
    225229!----------------------------------------------------------------------- 
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4304 r4316  
    513513!----------------------------------------------------------------------- 
    514514   ln_tide_pot   = .true.   !  use tidal potential forcing 
    515    nb_harmo      =    11    !  number of constituents used 
     515   ln_tide_ramp  = .false.  ! 
     516   rdttideramp   =    0.    ! 
    516517   clname(1)     =   'M2'   !  name of constituent 
    517518   clname(2)     =   'S2' 
     
    529530&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    530531!----------------------------------------------------------------------- 
    531     nb_bdy = 1                            !  number of open boundary sets 
     532    nb_bdy         = 0                    !  number of open boundary sets 
    532533    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
    533534    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
    534     ln_mask_file = .false.                !  =T : read mask from file 
    535     cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    536     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
    537     nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
     535    ln_mask_file   = .false.              !  =T : read mask from file 
     536    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.) 
     537    cn_dyn2d       = 'none'               ! 
     538    nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state 
    538539                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    539540                                          !  = 2, use tidal harmonic forcing data from files 
    540541                                          !  = 3, use external data AND tidal harmonic forcing 
    541     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     542    cn_dyn3d      =  'none'               !   
    542543    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    543                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    544     nn_tra        =  1                    !  boundary conditions for T and S 
    545     nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    546                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    547     nn_rimwidth  = 10                      !  width of the relaxation zone 
    548     ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    549     nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
     544                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     545    cn_tra        =  'none'               !  
     546    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
     547                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     548    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
     549    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     550    rn_time_dmp   =  1.                   ! Damping time scale in days  
     551    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
     552    nn_rimwidth   = 10                    !  width of the relaxation zone 
     553    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
     554    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
    550555/ 
    551556!----------------------------------------------------------------------- 
  • branches/2013/dev_MERGE_2013/NEMOGCM/SETTE/all_functions.sh

    r4245 r4316  
    132132# Add $VARNAME in namelist file ${EXE_DIR}/$1 in namelist group $NAMGRP 
    133133# on mac osx, replace sed --posix by gsed (available with mac port) 
    134 set -vx  
    135134                sed --posix "/${NAMGRP} /a\ ${VAR_NAME} " ${EXE_DIR}/$1 > ${EXE_DIR}/$1.tmp || gsed --posix "/${NAMGRP} /a\ ${VAR_NAME} " ${EXE_DIR}/$1 > ${EXE_DIR}/$1.tmp 
    136 set +vx 
    137135# if file not empty replace ${EXE_DIR}/$1 
    138136                if [ -s ${EXE_DIR}/$1.tmp ] ; then 
  • branches/2013/dev_MERGE_2013/NEMOGCM/SETTE/input_ORCA2_LIM_PISCES.cfg

    r4152 r4316  
    1 ORCA2_LIM_nemo_v3.4.tar  ORCA2_LIM_nemo_v3.4 
     1ORCA2_LIM_nemo_v3.4.tar  ORCA2_LIM_PISCES_v3.6 
     2INPUTS_DYNA_v3.6.tar ORCA2_LIM_PISCES_v3.6  
     3INPUTS_INIT_v3.tar ORCA2_LIM_PISCES_v3.6 
     4INPUTS_PISCES_v3.5.tar ORCA2_LIM_PISCES_v3.6  
  • branches/2013/dev_MERGE_2013/NEMOGCM/SETTE/input_ORCA2_OFF_PISCES.cfg

    r4303 r4316  
    11INPUTS_DYNA_v3.6.tar ORCA2_OFF_PISCES 
     2INPUTS_PISCES_v3.5.tar ORCA2_OFF_PISCES 
  • branches/2013/dev_MERGE_2013/NEMOGCM/SETTE/sette.sh

    r4273 r4316  
    8888# 
    8989# Compiler among those in NEMOGCM/ARCH 
    90 COMPILER=x3750_ADA 
     90COMPILER=tobedefined 
    9191export BATCH_COMMAND_PAR="llsubmit" 
    9292export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 
    93 export INTERACT_FLAG="no" 
     93export INTERACT_FLAG="yes" 
    9494export MPIRUN_FLAG="yes" 
    9595export USING_XIOS="yes" 
     
    132132cd ${SETTE_DIR} 
    133133cp BATCH_TEMPLATE/${JOB_PREFIX}-${COMPILER} job_batch_template || exit 
    134  
     134# Description of configuration tested: 
     135# GYRE            : 1 &  2 
     136# ORCA2_LIM_PISCES: 3 &  4 
     137# ORCA2_OFF_PISCES: 5 &  6 
     138# AMM12           : 7 &  8 
     139# SAS             : 9 & 10 
     140# ORCA2_AGRIF_LIM: 11 
    135141for config in 1 2 3 4 5 6 7 8 9 10 11 
    136142 
     
    179185    set_namelist namelist_cfg nn_rstctl 2 
    180186    set_namelist namelist_cfg ln_clobber .true. 
     187    set_namelist namelist_cfg nn_fwb 0 
    181188    set_namelist namelist_cfg nn_solv 2 
    182189    set_namelist namelist_cfg jpni 2 
     
    252259    set_namelist namelist_cfg ln_ctl .false. 
    253260    set_namelist namelist_cfg ln_clobber .true. 
     261    set_namelist namelist_cfg nn_fwb 0 
    254262    set_namelist namelist_cfg nn_solv 2 
    255263    set_namelist namelist_cfg jpni 2 
     
    287295    set_namelist namelist_cfg nn_stock 75 
    288296    set_namelist namelist_cfg ln_clobber .true. 
     297    set_namelist namelist_cfg nn_fwb 0 
    289298    set_namelist namelist_cfg jpni 2 
    290299    set_namelist namelist_cfg jpnj 2 
     
    322331    set_namelist namelist_cfg nn_rstctl 2 
    323332    set_namelist namelist_cfg ln_clobber .true. 
     333    set_namelist namelist_cfg nn_fwb 0 
    324334    set_namelist namelist_cfg jpni 2 
    325335    set_namelist namelist_cfg jpnj 2 
     
    380390    set_namelist namelist_cfg ln_ctl .false. 
    381391    set_namelist namelist_cfg ln_clobber .true. 
     392    set_namelist namelist_cfg nn_fwb 0 
    382393    set_namelist namelist_cfg jpni 4 
    383394    set_namelist namelist_cfg jpnj 4 
     
    419430    set_namelist namelist_cfg nn_fwb 0 
    420431    set_namelist namelist_cfg ln_clobber .true. 
     432    set_namelist namelist_cfg nn_fwb 0 
    421433    set_namelist namelist_cfg jpni 2 
    422434    set_namelist namelist_cfg jpnj 8 
     
    467479    set_namelist namelist_cfg nn_stock 20 
    468480    set_namelist namelist_cfg ln_clobber .true. 
     481    set_namelist namelist_cfg nn_fwb 0 
    469482    set_namelist namelist_cfg jpni 2 
    470483    set_namelist namelist_cfg jpnj 2 
     
    501514    set_namelist namelist_cfg nn_stock 20 
    502515    set_namelist namelist_cfg ln_clobber .true. 
     516    set_namelist namelist_cfg nn_fwb 0 
    503517    set_namelist namelist_cfg jpni 2 
    504518    set_namelist namelist_cfg jpnj 2 
     
    553567    set_namelist namelist_cfg ln_ctl .false. 
    554568    set_namelist namelist_cfg ln_clobber .true. 
     569    set_namelist namelist_cfg nn_fwb 0 
    555570    set_namelist namelist_cfg jpni 4 
    556571    set_namelist namelist_cfg jpnj 4 
     
    591606    set_namelist namelist_cfg ln_ctl .false. 
    592607    set_namelist namelist_cfg ln_clobber .true. 
     608    set_namelist namelist_cfg nn_fwb 0 
    593609    set_namelist namelist_cfg jpni 2 
    594610    set_namelist namelist_cfg jpnj 8 
     
    639655    set_namelist namelist_cfg ln_ctl .false. 
    640656    set_namelist namelist_cfg ln_clobber .true. 
    641     set_namelist namelist_cfg nn_dyn2d 2 
     657    set_namelist namelist_cfg nn_fwb 0 
    642658    set_namelist namelist_cfg nn_tra_dta 0 
    643659    set_namelist namelist_cfg cn_ocerst_in \"amm12_restart_oce\" 
     
    663679    set_namelist namelist_cfg ln_ctl .false. 
    664680    set_namelist namelist_cfg ln_clobber .true. 
    665     set_namelist namelist_cfg nn_dyn2d 2 
     681    set_namelist namelist_cfg nn_fwb 0 
    666682    set_namelist namelist_cfg nn_tra_dta 0 
    667683    set_namelist namelist_cfg jpni 8 
     
    706722    set_namelist namelist_cfg ln_ctl .false. 
    707723    set_namelist namelist_cfg ln_clobber .true. 
    708     set_namelist namelist_cfg nn_dyn2d 2 
     724    set_namelist namelist_cfg nn_fwb 0 
    709725    set_namelist namelist_cfg nn_tra_dta 0 
    710726    set_namelist namelist_cfg cn_ocerst_in \"amm12_restart_oce\" 
     
    731747    set_namelist namelist_cfg nn_fwb 0 
    732748    set_namelist namelist_cfg ln_ctl .false. 
    733     set_namelist namelist_cfg nn_dyn2d 2 
    734749    set_namelist namelist_cfg nn_tra_dta 0 
    735750    set_namelist namelist_cfg ln_clobber .true. 
     751    set_namelist namelist_cfg nn_fwb 0 
    736752    set_namelist namelist_cfg cn_ocerst_in \"amm12_restart_oce\" 
    737753    ln -s restarts/amm12_restart_oce.nc amm12_restart_oce.nc 
     
    771787    set_namelist namelist_cfg ln_ctl .false. 
    772788    set_namelist namelist_cfg ln_clobber .true. 
     789    set_namelist namelist_cfg nn_fwb 0 
    773790    set_namelist namelist_cfg jpni 8 
    774791    set_namelist namelist_cfg jpnj 4 
     
    791808    set_namelist namelist_cfg ln_ctl .false. 
    792809    set_namelist namelist_cfg ln_clobber .true. 
     810    set_namelist namelist_cfg nn_fwb 0 
    793811    set_namelist namelist_cfg jpni 8 
    794812    set_namelist namelist_cfg jpnj 4 
     
    830848    set_namelist namelist_cfg ln_ctl .false. 
    831849    set_namelist namelist_cfg ln_clobber .true. 
     850    set_namelist namelist_cfg nn_fwb 0 
    832851    set_namelist namelist_cfg jpni 8 
    833852    set_namelist namelist_cfg jpnj 4 
     
    851870    set_namelist namelist_cfg ln_ctl .false. 
    852871    set_namelist namelist_cfg ln_clobber .true. 
     872    set_namelist namelist_cfg nn_fwb 0 
    853873    set_namelist namelist_cfg jpni 4 
    854874    set_namelist namelist_cfg jpnj 8 
     
    883903    set_namelist namelist_cfg ln_ctl .false. 
    884904    set_namelist namelist_cfg ln_clobber .true. 
     905    set_namelist namelist_cfg nn_fwb 0 
    885906    set_namelist namelist_cfg jpni 1 
    886907    set_namelist namelist_cfg jpnj 2 
     
    901922fi 
    902923 
    903  
    904924done 
Note: See TracChangeset for help on using the changeset viewer.