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.
Custom Query – NEMO

Custom Query (2547 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2547)

Ticket Resolution Summary Owner Reporter
#229 fixed add an example of MY_TRC tracer model cetlod cetlod
#501 fixed add an option to control the global freshwater budget emp in sbcfwb.F90 nemo ctlod
Description

the new option (nn_fwb = 3) allows to set the global freshwater budget emp to zero every nn_fsbc time step. The correction is not done globally and equally everywhere (as with the option nn_fwb = 1) but either on <0 or >0 erp(:,:) area only.
depending the imbalance of the global emp mean, the evaporation (precipitation) trend of the global emp mean is used to increase precipitation (evaporation) trend of the sea surface damping term erp(:,:).

#322 fixed add a parmeter in namelist to drive diawri mask operation nemo mafoipsl
Description

Please, could you add a parameter to drive this operations in diawri and diaptr:

clop = "inst(x)"           ! no use of the mask value (require less cpu time)
!!! clop="inst(only(x))"   ! put 1.e+20 on land (very expensive!!)
...
clop="ave(x)"              ! no use of the mask value (require less cpu time)
!!! clop="ave(only(x))"    ! put 1.e+20 on land (very expensive!!)

For information, one month of ORCA2 on mercure (NEC SX-8R) takes 875s with ave(x) and 1004s with ave(only(x)) ie 15% more.

Note: See TracQuery for help on using queries.