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 7919 for branches/UKMO/dev_r5518_GO6_package_landice_fw_input_option2/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2017-04-18T12:43:06+02:00 (7 years ago)
Author:
davestorkey
Message:

Commit changes to UKMO branch to implement updated scheme for freshwater input from icesheets for coupled models.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_landice_fw_input_option2/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r6755 r7919  
    158158#endif 
    159159                     IF( lk_oasis) THEN 
    160                      ! ln_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
    161                      IF( ln_coupled_iceshelf_fluxes ) THEN 
     160                     ! nn_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 
     161                     IF( nn_coupled_iceshelf_fluxes .eq. 1 ) THEN 
    162162                        CALL iom_rstput( kt, nitrst, numrow, 'greenland_icesheet_mass', greenland_icesheet_mass ) 
    163163                        CALL iom_rstput( kt, nitrst, numrow, 'greenland_icesheet_timelapsed', greenland_icesheet_timelapsed ) 
Note: See TracChangeset for help on using the changeset viewer.