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 8384 for branches/UKMO/dev_r5518_GO6_package_r8356_plus_form_drag/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90 – NEMO

Ignore:
Timestamp:
2017-07-27T12:27:39+02:00 (7 years ago)
Author:
jamrae
Message:

Implemented changes to pass sea ice form drag from CICE to coupler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_r8356_plus_form_drag/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r8280 r8384  
    6868#endif 
    6969   USE ice_forcing, only: frcvdr,frcvdf,frcidr,frcidf 
    70    USE ice_atmo, only: calc_strair 
     70   USE ice_atmo, only: calc_strair, z0atm 
    7171 
    7272   USE CICE_InitMod 
     
    785785      ENDIF        
    786786 
     787! Surface roughness length for form drag 
     788      CALL cice2nemo(z0atm,fmdice,'T', 1. ) 
     789 
    787790      ! 
    788791      IF( nn_timing == 1 )  CALL timing_stop('cice_sbc_hadgam') 
Note: See TracChangeset for help on using the changeset viewer.