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 8046 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ICB – NEMO

Ignore:
Timestamp:
2017-05-19T12:07:10+02:00 (7 years ago)
Author:
davestorkey
Message:

UKMO/dev_r5518_GO6_package branch: Add extra option for freshwater input from ice shelves in coupled models.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/ICB/icbclv.F90

    r6488 r8046  
    6666 
    6767      IF( lk_oasis) THEN 
    68       ! ln_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
    69       IF( ln_coupled_iceshelf_fluxes ) THEN 
     68      ! nn_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
     69      IF( nn_coupled_iceshelf_fluxes .gt. 0 ) THEN 
    7070 
    7171        ! Adjust total calving rates so that sum of iceberg calving and iceshelf melting in the northern 
Note: See TracChangeset for help on using the changeset viewer.