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

Ignore:
Timestamp:
2017-07-19T12:32:38+02:00 (7 years ago)
Author:
jamrae
Message:

Added code to pass sea ice roughness length from CICE to the coupler.

File:
1 edited

Legend:

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

    r6500 r8350  
    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 
     
    786786      ENDIF        
    787787 
     788! Surface roughness length for form drag 
     789      CALL cice2nemo(z0atm,fmdice,'T', 1. ) 
     790 
    788791      ! 
    789792      IF( nn_timing == 1 )  CALL timing_stop('cice_sbc_hadgam') 
Note: See TracChangeset for help on using the changeset viewer.