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 12577 for NEMO/branches/UKMO – NEMO

Changeset 12577 for NEMO/branches/UKMO


Ignore:
Timestamp:
2020-03-20T13:10:07+01:00 (4 years ago)
Author:
dancopsey
Message:

Add a couple of missing changes added through changesets 7540 and 8046 of the original GO6 package branch dev_r5518_GO6_package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/SBC/sbccpl.F90

    r12576 r12577  
    259259         &                  sn_rcv_iceflx, sn_rcv_co2   , nn_cplmodel , ln_usecplmask, sn_rcv_mslp ,   & 
    260260         &                  sn_rcv_icb   , sn_rcv_isf   , sn_rcv_wfreq , sn_rcv_tauw, nn_cats_cpl  ,   & 
    261          &                  sn_rcv_ts_ice, sn_rcv_grnm  , sn_rcv_antm  , nn_coupled_iceshelf_fluxes,   & 
    262          &                  rn_greenland_calving_fraction, rn_antarctica_calving_fraction,             & 
     261         &                  sn_rcv_ts_ice, sn_rcv_grnm  , sn_rcv_antm  ,                               & 
     262         &                  nn_coupled_iceshelf_fluxes  , ln_iceshelf_init_atmos                       & 
     263         &                  rn_greenland_total_fw_flux  , rn_greenland_calving_fraction  ,             & 
     264         &                  rn_antarctica_total_fw_flux , rn_antarctica_calving_fraction ,             & 
    263265         &                  rn_iceshelf_fluxes_tolerance 
    264266 
     
    337339         WRITE(numout,*)'  ln_usecplmask                       = ', ln_usecplmask 
    338340         WRITE(numout,*)'  nn_cats_cpl                         = ', nn_cats_cpl 
    339          WRITE(numout,*)'  nn_coupled_iceshelf_fluxes          = ', nn_coupled_iceshelf_fluxes  
     341         WRITE(numout,*)'  nn_coupled_iceshelf_fluxes          = ', nn_coupled_iceshelf_fluxes 
    340342         WRITE(numout,*)'  ln_iceshelf_init_atmos              = ', ln_iceshelf_init_atmos 
    341          WRITE(numout,*)'  rn_greenland_total_fw_flux         = ', rn_greenland_total_fw_flux 
    342          WRITE(numout,*)'  rn_antarctica_total_fw_flux        = ', rn_antarctica_total_fw_flux 
    343          WRITE(numout,*)'  rn_greenland_calving_fraction       = ', rn_greenland_calving_fraction  
    344          WRITE(numout,*)'  rn_antarctica_calving_fraction      = ', rn_antarctica_calving_fraction  
    345          WRITE(numout,*)'  rn_iceshelf_fluxes_tolerance        = ', rn_iceshelf_fluxes_tolerance  
     343         WRITE(numout,*)'  rn_greenland_total_fw_flux          = ', rn_greenland_total_fw_flux 
     344         WRITE(numout,*)'  rn_antarctica_total_fw_flux         = ', rn_antarctica_total_fw_flux 
     345         WRITE(numout,*)'  rn_greenland_calving_fraction       = ', rn_greenland_calving_fraction 
     346         WRITE(numout,*)'  rn_antarctica_calving_fraction      = ', rn_antarctica_calving_fraction 
     347         WRITE(numout,*)'  rn_iceshelf_fluxes_tolerance        = ', rn_iceshelf_fluxes_tolerance 
    346348      ENDIF 
    347349 
Note: See TracChangeset for help on using the changeset viewer.