REAL(wp),DIMENSION(jpi,jpj)::CdN10_f_LU12! neutral FORM drag coefficient contribution over sea-ice
REAL(wp),DIMENSION(jpi,jpj),INTENT(in)::pfrice! ice concentration [fraction] => at_i_b ! NOT USED if pSc, phf and pDi all provided...
REAL(wp),DIMENSION(jpi,jpj),INTENT(in)::pfrice! ice concentration [fraction] => at_i_b ! NOT USED if pSc2, phf and pDi all provided...
REAL(wp),DIMENSION(jpi,jpj),INTENT(in)::pz0w! roughness length over water [m]
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::pSc! shletering function [0-1] (Sc->1 for large distance between floes, ->0 for small distances)
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::pSc2! squared shletering function [0-1] (Sc->1 for large distance between floes, ->0 for small distances)
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::phf! mean freeboard of floes [m]
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::pDi! cross wind dimension of the floe (aka effective edge length for form drag) [m]
REAL(wp),DIMENSION(jpi,jpj)::CdN_f_LG15! neutral FORM drag coefficient contribution over sea-ice
REAL(wp),INTENT(in)::pzu! reference height [m]
REAL(wp),DIMENSION(jpi,jpj),INTENT(in)::pfrice! ice concentration [fraction] => at_i_b ! NOT USED if pSc, phf and pDi all provided...
REAL(wp),DIMENSION(jpi,jpj),INTENT(in)::pfrice! ice concentration [fraction] => at_i_b ! NOT USED if pSc2, phf and pDi all provided...
REAL(wp),DIMENSION(jpi,jpj),INTENT(in)::pz0i! roughness length over ICE [m] (in LU12, it's over water ???)
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::pSc! shletering function [0-1] (Sc->1 for large distance between floes, ->0 for small distances)
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::pSc2! squared shletering function [0-1] (Sc->1 for large distance between floes, ->0 for small distances)
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::phf! mean freeboard of floes [m]
REAL(wp),DIMENSION(jpi,jpj),INTENT(in),OPTIONAL::pDi! cross wind dimension of the floe (aka effective edge length for form drag) [m]