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

Changeset 2453


Ignore:
Timestamp:
2010-12-05T13:29:09+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: #769 remove useless nn_dynhpg_rst namelist parameter

Location:
branches/nemo_v3_3_beta
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namdyn_hpg

    r2282 r2453  
    1212   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    1313                                 !           centered      time scheme  (F) 
    14    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    1514/ 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r2417 r2453  
    535535   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    536536                                 !           centered      time scheme  (F) 
    537    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    538537/ 
    539538!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE_LOBSTER/EXP00/namelist

    r2417 r2453  
    535535   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    536536                                 !           centered      time scheme  (F) 
    537    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    538537/ 
    539538!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r2417 r2453  
    535535   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    536536                                 !           centered      time scheme  (F) 
    537    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    538537/ 
    539538!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r2417 r2453  
    535535   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    536536                                 !           centered      time scheme  (F) 
    537    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    538537/ 
    539538!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r2417 r2453  
    535535   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    536536                                 !           centered      time scheme  (F) 
    537    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    538537/ 
    539538!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2417 r2453  
    536536   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    537537                                 !           centered      time scheme  (F) 
    538    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    539538/ 
    540539!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r2417 r2453  
    535535   ln_dynhpg_imp = .true.  !  time stepping: semi-implicit time scheme  (T) 
    536536                                 !           centered      time scheme  (F) 
    537    nn_dynhpg_rst =  0            ! =1 dynhpg restartable restart or not (=0) 
    538537/ 
    539538!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DYN/dynhpg.F90

    r2450 r2453  
    5353   REAL(wp), PUBLIC ::   rn_gamma      = 0._wp     !: weighting coefficient 
    5454   LOGICAL , PUBLIC ::   ln_dynhpg_imp = .FALSE.   !: semi-implicite hpg flag 
    55    INTEGER , PUBLIC ::   nn_dynhpg_rst = 0         !: add dynhpg implicit variables in restart ot not 
    5655 
    5756   INTEGER  ::   nhpg  =  0   ! = 0 to 6, type of pressure gradient scheme used ! (deduced from ln_hpg_... flags) 
     
    121120      INTEGER ::   ioptio = 0      ! temporary integer 
    122121      !! 
    123       NAMELIST/namdyn_hpg/ ln_hpg_zco   , ln_hpg_zps   , ln_hpg_sco, ln_hpg_hel,   & 
    124          &                 ln_hpg_wdj   , ln_hpg_djc   , ln_hpg_rot, rn_gamma  ,   & 
    125          &                 ln_dynhpg_imp, nn_dynhpg_rst 
     122      NAMELIST/namdyn_hpg/ ln_hpg_zco, ln_hpg_zps, ln_hpg_sco, ln_hpg_hel,    & 
     123         &                 ln_hpg_wdj, ln_hpg_djc, ln_hpg_rot, rn_gamma  , ln_dynhpg_imp 
    126124      !!---------------------------------------------------------------------- 
    127125      ! 
     
    143141         WRITE(numout,*) '      weighting coeff. (wdj scheme)                     rn_gamma      = ', rn_gamma 
    144142         WRITE(numout,*) '      time stepping: centered (F) or semi-implicit (T)  ln_dynhpg_imp = ', ln_dynhpg_imp 
    145          WRITE(numout,*) '      add in restart dynhpg semi-implicit variable      nn_dynhpg_rst = ', nn_dynhpg_rst 
    146143      ENDIF 
    147       ! 
    148       IF( .NOT. ln_dynhpg_imp )   nn_dynhpg_rst = 0      ! force no additional dynhpg implicit variables in restart file 
    149144      ! 
    150145      IF( lk_vvl .AND. .NOT. ln_hpg_sco )   & 
Note: See TracChangeset for help on using the changeset viewer.