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

Changeset 4224


Ignore:
Timestamp:
2013-11-15T18:40:52+01:00 (10 years ago)
Author:
cbricaud
Message:

Merge Time splitting and BDY dvpts CTD (Update namelists and cpp keys)

Location:
branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r4193 r4224  
    446446    ln_mask_file = .false.                !  =T : read mask from file 
    447447    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    448     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     448    cn_dyn2d      =  'flather'            !  boundary conditions for barotropic fields 
    449449    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    450450                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    451451                                          !  = 2, use tidal harmonic forcing data from files 
    452452                                          !  = 3, use external data AND tidal harmonic forcing 
    453     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     453    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    454454    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    455                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    456     nn_tra        =  1                    !  boundary conditions for T and S 
     455                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     456    cn_tra        =  'frs'                !  boundary conditions for T and S 
    457457    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    458                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    459     nn_rimwidth  = 10                      !  width of the relaxation zone 
     458                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     459    nn_rimwidth  = 10                     !  width of the relaxation zone 
    460460    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    461461    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/AMM12/cpp_AMM12.fcm

    r4193 r4224  
    1  bld::tool::fppkeys  key_bdy key_tide key_vectopt_loop key_amm_12km  key_dynspg_ts key_ldfslp  key_zdfgls  key_vvl key_diainstant key_mpp_mpi 
     1 bld::tool::fppkeys  key_bdy key_tide key_vectopt_loop key_amm_12km  key_dynspg_ts key_ldfslp  key_zdfgls  key_vvl key_diainstant key_mpp_mpi key_iomput 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r3795 r4224  
    453453    ln_mask_file = .false.                !  =T : read mask from file 
    454454    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    455     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     455    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    456456    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    457457                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    458458                                          !  = 2, use tidal harmonic forcing data from files 
    459459                                          !  = 3, use external data AND tidal harmonic forcing 
    460     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     460    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    461461    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    462                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    463     nn_tra        =  1                    !  boundary conditions for T and S 
     462                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     463    cn_tra        =  'none'               !  boundary conditions for T and S 
    464464    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    465                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    466     nn_rimwidth  = 10                      !  width of the relaxation zone 
     465                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     466    nn_rimwidth  = 10                     !  width of the relaxation zone 
    467467    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    468468    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist

    r3815 r4224  
    453453    ln_mask_file = .false.                !  =T : read mask from file 
    454454    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    455     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     455    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    456456    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    457457                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    458458                                          !  = 2, use tidal harmonic forcing data from files 
    459459                                          !  = 3, use external data AND tidal harmonic forcing 
    460     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     460    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    461461    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    462                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    463     nn_tra        =  1                    !  boundary conditions for T and S 
     462                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     463    cn_tra        =  'none'               !  boundary conditions for T and S 
    464464    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    465                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    466     nn_rimwidth  = 10                      !  width of the relaxation zone 
     465                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     466    nn_rimwidth  = 10                     !  width of the relaxation zone 
    467467    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    468468    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r3795 r4224  
    448448    ln_mask_file = .false.                !  =T : read mask from file 
    449449    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    450     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     450    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    451451    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    452452                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    453453                                          !  = 2, use tidal harmonic forcing data from files 
    454454                                          !  = 3, use external data AND tidal harmonic forcing 
    455     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     455    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    456456    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    457                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    458     nn_tra        =  1                    !  boundary conditions for T and S 
     457                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     458    cn_tra        =  'none'               !  boundary conditions for T and S 
    459459    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    460                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    461     nn_rimwidth  = 10                      !  width of the relaxation zone 
     460                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     461    nn_rimwidth  = 10                     !  width of the relaxation zone 
    462462    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    463463    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/ORCA2_LIM/cpp_ORCA2_LIM.fcm

    r3695 r4224  
    1  bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_iomput key_mpp_mpi 
     1 bld::tool::fppkeys key_trabbl key_orca_r2 key_lim2 key_dynspg_ts key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_zdftke key_zdfddm key_zdftmx key_mpp_mpi 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist

    r4193 r4224  
    429429    ln_mask_file = .false.                !  =T : read mask from file 
    430430    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    431     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     431    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    432432    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    433433                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    434434                                          !  = 2, use tidal harmonic forcing data from files 
    435435                                          !  = 3, use external data AND tidal harmonic forcing 
    436     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     436    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    437437    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    438                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    439     nn_tra        =  1                    !  boundary conditions for T and S 
     438                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     439    cn_tra        =  'none'               !  boundary conditions for T and S 
    440440    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    441                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    442     nn_rimwidth  = 10                      !  width of the relaxation zone 
     441                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     442    nn_rimwidth  = 10                     !  width of the relaxation zone 
    443443    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    444444    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r4193 r4224  
    429429    ln_mask_file = .false.                !  =T : read mask from file 
    430430    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    431     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     431    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    432432    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    433433                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    434434                                          !  = 2, use tidal harmonic forcing data from files 
    435435                                          !  = 3, use external data AND tidal harmonic forcing 
    436     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     436    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    437437    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    438                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    439     nn_tra        =  1                    !  boundary conditions for T and S 
     438                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     439    cn_tra        =  'none'               !  boundary conditions for T and S 
    440440    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    441                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    442     nn_rimwidth  = 10                      !  width of the relaxation zone 
     441                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     442    nn_rimwidth  = 10                     !  width of the relaxation zone 
    443443    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    444444    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist

    r3795 r4224  
    445445    ln_mask_file = .false.                !  =T : read mask from file 
    446446    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    447     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     447    cn_dyn2d      =  'none'               !  boundary conditions for barotropic fields 
    448448    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    449449                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    450450                                          !  = 2, use tidal harmonic forcing data from files 
    451451                                          !  = 3, use external data AND tidal harmonic forcing 
    452     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     452    cn_dyn3d      =  'none'               !  boundary conditions for baroclinic velocities 
    453453    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    454                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    455     nn_tra        =  1                    !  boundary conditions for T and S 
     454                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     455    cn_tra        =  'none'               !  boundary conditions for T and S 
    456456    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    457                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    458     nn_rimwidth  = 10                      !  width of the relaxation zone 
     457                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     458    nn_rimwidth  = 10                     !  width of the relaxation zone 
    459459    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    460460    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
  • branches/2013/dev_r3867_MERCATOR1_DYN/NEMOGCM/SETTE/sette.sh

    r3708 r4224  
    594594    set_namelist namelist ln_ctl .false. 
    595595    set_namelist namelist ln_clobber .true. 
    596     set_namelist namelist nn_dyn2d 2 
    597     set_namelist namelist nn_tra_dta 0 
    598596    set_namelist namelist cn_ocerst_in \"amm12.restart_20070101\" 
    599597    set_namelist namelist jpni 8 
     
    612610    set_namelist namelist ln_ctl .false. 
    613611    set_namelist namelist ln_clobber .true. 
    614     set_namelist namelist nn_dyn2d 2 
    615     set_namelist namelist nn_tra_dta 0 
    616612    set_namelist namelist jpni 8 
    617613    set_namelist namelist jpnj 4 
     
    649645    set_namelist namelist ln_ctl .false. 
    650646    set_namelist namelist ln_clobber .true. 
    651     set_namelist namelist nn_dyn2d 2 
    652     set_namelist namelist nn_tra_dta 0 
    653647    set_namelist namelist cn_ocerst_in \"amm12.restart_20070101\" 
    654648    set_namelist namelist jpni 8 
     
    668662    set_namelist namelist nn_fwb 0 
    669663    set_namelist namelist ln_ctl .false. 
    670     set_namelist namelist nn_dyn2d 2 
    671     set_namelist namelist nn_tra_dta 0 
    672664    set_namelist namelist ln_clobber .true. 
    673665    set_namelist namelist cn_ocerst_in \"amm12.restart_20070101\" 
Note: See TracChangeset for help on using the changeset viewer.