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/2019/dev_r11470_HPC_12_mpi3/doc/namelists – NEMO

source: NEMO/branches/2019/dev_r11470_HPC_12_mpi3/doc/namelists/namdia @ 11799

Last change on this file since 11799 was 11799, checked in by mocavero, 4 years ago

Update the branch to v4.0.1 of the trunk

  • Property svn:mime-type set to text/x-fortran
File size: 957 bytes
Line 
1!------------------------------------------------------------------------------
2&namdia         !   Diagnostics
3!------------------------------------------------------------------------------
4   ln_icediachk     = .false.         !  check online the heat, mass & salt budgets at each time step
5      !                               !     rate of ice spuriously gained/lost. For ex., rn_icechk=1. <=> 1mm/year, rn_icechk=0.1 <=> 1mm/10years
6      rn_icechk_cel =  1.             !     check at any gridcell           => stops the code if violated (and writes a file)
7      rn_icechk_glo =  0.1            !     check over the entire ice cover => 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.