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 8235 for branches/UKMO/dev_r5518_couple_chlorophyll/NEMOGCM/NEMO/OPA_SRC/SBC/sbcisf.F90 – NEMO

Ignore:
Timestamp:
2017-06-28T16:48:39+02:00 (7 years ago)
Author:
frrh
Message:

Update branch in line with current head of GO6 package branch at revision 8104.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_couple_chlorophyll/NEMOGCM/NEMO/OPA_SRC/SBC/sbcisf.F90

    r7179 r8235  
    255255 
    256256            IF( lk_oasis) THEN 
    257             ! ln_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
    258             IF( ln_coupled_iceshelf_fluxes ) THEN 
     257            ! nn_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
     258            IF( nn_coupled_iceshelf_fluxes .gt. 0 ) THEN 
    259259 
    260260              ! Adjust total iceshelf melt rates so that sum of iceberg calving and iceshelf melting in the northern 
     
    304304 
    305305            IF( lk_oasis) THEN 
    306             ! ln_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
    307             IF( ln_coupled_iceshelf_fluxes ) THEN 
     306            ! nn_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
     307            IF( nn_coupled_iceshelf_fluxes .gt. 0 ) THEN 
    308308 
    309309              ! Adjust total iceshelf melt rates so that sum of iceberg calving and iceshelf melting in the northern 
Note: See TracChangeset for help on using the changeset viewer.