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 498 for trunk/NEMO/OFF_SRC – NEMO

Changeset 498 for trunk/NEMO/OFF_SRC


Ignore:
Timestamp:
2006-09-12T13:07:10+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_065:CE:change the name of namelist

Location:
trunk/NEMO/OFF_SRC
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OFF_SRC/TRA/trabbl.F90

    r343 r498  
    9595      !! ** Purpose :   Initialization for the bottom boundary layer scheme. 
    9696      !! 
    97       !! ** Method  :   Read the nambbl namelist and check the parameters 
     97      !! ** Method  :   Read the nam_bbl namelist and check the parameters 
    9898      !!      called by tra_bbl at the first timestep (nit000) 
    9999      !! 
     
    102102      !!---------------------------------------------------------------------- 
    103103      !! * Local declarations 
    104       NAMELIST/nambbl/ atrbbl 
     104      NAMELIST/nam_bbl/ atrbbl 
    105105      !!---------------------------------------------------------------------- 
    106106 
    107       ! Read Namelist nambbl : bottom boundary layer scheme 
     107      ! Read Namelist nam_bbl : bottom boundary layer scheme 
    108108      ! -------------------- 
    109109      REWIND ( numnam ) 
    110       READ   ( numnam, nambbl ) 
     110      READ   ( numnam, nam_bbl ) 
    111111 
    112112      ! Parameter control and print 
     
    117117         WRITE(numout,*) 'tra_bbl_init : * Diffusive Bottom Boundary Layer' 
    118118         WRITE(numout,*) '~~~~~~~~~~~~' 
    119          WRITE(numout,*) '          Namelist nambbl : set bbl parameters' 
     119         WRITE(numout,*) '          Namelist nam_bbl : set bbl parameters' 
    120120         WRITE(numout,*) 
    121121         WRITE(numout,*) '          bottom boundary layer coef.    atrbbl = ', atrbbl 
  • trunk/NEMO/OFF_SRC/TRA/traqsr.F90

    r343 r498  
    3939      !! ** Method  :   The profile of solar radiation within the ocean is set 
    4040      !!      from two length scale of penetration (xsr1,xsr2) and a ratio 
    41       !!      (rabs). These parameters are read in the namqsr namelist. The 
     41      !!      (rabs). These parameters are read in the nam_qsr namelist. The 
    4242      !!      default values correspond to clear water (type I in Jerlov'  
    4343      !!      (1968) classification. 
     
    5454      !! * Local declarations 
    5555 
    56       NAMELIST/namqsr/ ln_traqsr, xsi1 
     56      NAMELIST/nam_qsr/ ln_traqsr, xsi1 
    5757      !!---------------------------------------------------------------------- 
    5858 
    59       ! Read Namelist namqsr : ratio and length of penetration 
     59      ! Read Namelist nam_qsr : ratio and length of penetration 
    6060      ! -------------------- 
    6161      REWIND ( numnam ) 
    62       READ   ( numnam, namqsr ) 
     62      READ   ( numnam, nam_qsr ) 
    6363 
    6464      ! Parameter control and print 
     
    6969         WRITE(numout,*) 'tra_qsr_init : penetration of the surface solar radiation' 
    7070         WRITE(numout,*) '~~~~~~~~~~~~' 
    71          WRITE(numout,*) '    Namelist namqsr : set the parameter of penetration' 
     71         WRITE(numout,*) '    Namelist nam_qsr : set the parameter of penetration' 
    7272         WRITE(numout,*) '        first depth of extinction        xsi1        = ',xsi1 
    7373         WRITE(numout,*) ' ' 
     
    8181      ENDIF 
    8282 
    83       IF( xsi1 < 0.e0 ) THEN 
    84          IF(lwp) WRITE(numout,cform_err) 
    85          IF(lwp) WRITE(numout,*) '             0<xsi1 not satisfied' 
    86          nstop = nstop + 1 
    87       ENDIF 
     83      IF( xsi1 < 0.e0  ) & 
     84         CALL ctl_stop( '              0<xsi1 not satisfied' ) 
    8885 
    8986 
  • trunk/NEMO/OFF_SRC/ZDF/zdfddm.F90

    r343 r498  
    9898      !! ** Purpose :   Initialization of double diffusion mixing scheme 
    9999      !! 
    100       !! ** Method  :   Read the nammbf namelist and check the parameter values 
     100      !! ** Method  :   Read the nam_ddm namelist and check the parameter values 
    101101      !!      called by zdf_ddm at the first timestep (nit000) 
    102102      !! 
     
    104104      !!   8.5  !  02-08  (G. Madec)  Original code 
    105105      !!---------------------------------------------------------------------- 
    106       NAMELIST/namddm/ avts 
     106      NAMELIST/nam_ddm/ avts 
    107107      !!---------------------------------------------------------------------- 
    108108 
    109       ! Read Namelist namddm : double diffusion mixing scheme 
     109      ! Read Namelist nam_ddm : double diffusion mixing scheme 
    110110      ! -------------------- 
    111111      REWIND ( numnam ) 
    112       READ   ( numnam, namddm ) 
     112      READ   ( numnam, nam_ddm ) 
    113113 
    114114 
     
    119119         WRITE(numout,*) 'zdf_ddm : double diffusive mixing' 
    120120         WRITE(numout,*) '~~~~~~~' 
    121          WRITE(numout,*) '          Namelist namddm : set dd mixing parameter' 
     121         WRITE(numout,*) '          Namelist nam_ddm : set dd mixing parameter' 
    122122         WRITE(numout,*) '             maximum avs for dd mixing      avts   = ', avts 
    123123         WRITE(numout,*) 
  • trunk/NEMO/OFF_SRC/ZDF/zdfini.F90

    r343 r498  
    3333      !! ** Purpose :   initializations of the vertical ocean physics 
    3434      !! 
    35       !! ** Method  :   Read namelist namzdf, control cpp keys 
     35      !! ** Method  :   Read namelist nam_zdf, control cpp keys 
    3636      !! 
    3737      !! History : 
     
    4242 
    4343      !! * Namelist 
    44       NAMELIST/namzdf/ avt0, ln_zdfnpc 
     44      NAMELIST/nam_zdf/ avt0, ln_zdfnpc 
    4545 
    46       ! Read namzdf namelist : vertical mixing parameters 
     46      ! Read nam_zdf namelist : vertical mixing parameters 
    4747      ! -------------------- 
    4848      REWIND( numnam ) 
    49       READ  ( numnam, namzdf ) 
     49      READ  ( numnam, nam_zdf ) 
    5050 
    5151      ! Parameter print 
     
    5555         WRITE(numout,*) 'zdf_init: vertical physics' 
    5656         WRITE(numout,*) '~~~~~~~~' 
    57          WRITE(numout,*) '          Namelist namzdf : set vertical mixing mixing parameters' 
     57         WRITE(numout,*) '          Namelist nam_zdf : set vertical mixing mixing parameters' 
    5858         WRITE(numout,*) '             non-penetrative convection       ln_zdfnpc = ', ln_zdfnpc 
    5959         WRITE(numout,*) '             vertical eddy diffusivity           avt0   = ', avt0 
Note: See TracChangeset for help on using the changeset viewer.