Skip to content

Commit

Permalink
Merge pull request #3 from monsieuralok/cice5_20181109-Nor
Browse files Browse the repository at this point in the history
corrections for intialization
  • Loading branch information
JensBDebernard authored Jun 12, 2020
2 parents 472bbb5 + 76700f3 commit f3bdd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/ice_flux.F90
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,9 @@ subroutine init_history_therm
Cdn_atm(:,:,:) = (vonkar/log(zref/iceruf)) &
* (vonkar/log(zref/iceruf)) ! atmo drag for RASM

Cd_atm(:,:,:)= c0
if (formdrag) then
Cdn_atm_rdg (:,:,:) = c0
Cd_atm(:,:,:)= c0
Cdn_atm_floe(:,:,:) = c0
Cdn_atm_pond(:,:,:) = c0
Cdn_atm_skin(:,:,:) = c0
Expand Down

0 comments on commit f3bdd62

Please sign in to comment.