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 15637 for NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/DOM/dommsk.F90 – NEMO

Ignore:
Timestamp:
2022-01-12T17:50:19+01:00 (2 years ago)
Author:
hadjt
Message:

DIA/diaharm.F90
DIA/diaharm_fast.F90
DIU/diurnal_bulk.F90
DOM/dommsk.F90
SBC/sbcflx.F90
SBC/tideini.F90

Initialise namelist string arrays so output.namelist.dyn does not contain nul values

output namelist in src/OCE/DIU/diurnal_bulk.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_CO9_shelf_climate/src/OCE/DOM/dommsk.F90

    r14078 r15637  
    100100      CHARACTER(len = 256)            :: cn_shlat2d_file, cn_shlat2d_var   
    101101      !! 
     102 
     103      !JT remove nul from output.namelist.dyn 
     104      cn_shlat2d_file = '' 
     105      cn_shlat2d_var = '' 
     106      !JT remove nul from output.namelist.dyn 
    102107      NAMELIST/namlbc/ rn_shlat, ln_vorlat, ln_shlat2d, cn_shlat2d_file, cn_shlat2d_var 
    103108      NAMELIST/nambdy/ ln_bdy ,nb_bdy, ln_coords_file, cn_coords_file,         & 
Note: See TracChangeset for help on using the changeset viewer.