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.
namdia in NEMO/branches/2020/ticket_2444/doc/namelists – NEMO

source: NEMO/branches/2020/ticket_2444/doc/namelists/namdia @ 12771

Last change on this file since 12771 was 11703, checked in by nicolasmartin, 4 years ago

Update as well the manual namelists

  • Property svn:mime-type set to text/x-fortran
File size: 936 bytes
Line 
1!------------------------------------------------------------------------------
2&namdia         !   Diagnostics
3!------------------------------------------------------------------------------
4   ln_icediachk     = .false.         !  check online heat, mass & salt budgets
5      !                               !   rate of ice spuriously gained/lost at each time step => rn_icechk=1 <=> 1.e-6 m/hour
6      rn_icechk_cel =  100.           !     check at each gridcell          (1.e-4m/h)=> stops the code if violated (and writes a file)
7      rn_icechk_glo =  1.             !     check over the entire ice cover (1.e-6m/h)=> only prints warnings
8   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F)
9   ln_icectl        = .false.         !  ice points output for debug (T or F)
10   iiceprt          =  10             !  i-index for debug
11   jiceprt          =  10             !  j-index for debug
12/
Note: See TracBrowser for help on using the repository browser.