Skip to content

Commit

Permalink
Temporary changes before next PR: l_fixed_area=F for B and C grid
Browse files Browse the repository at this point in the history
  • Loading branch information
JFLemieux73 committed Jul 24, 2023
1 parent f93d322 commit 387c7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/cicedyn/dynamics/ice_transport_remap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ subroutine init_remap (grid_ice)
!-------------------------------------------------------------------

if (grid_ice == 'CD' .or. grid_ice == 'C') then
l_fixed_area = .true.
l_fixed_area = .false. !jlem temporary
else
l_fixed_area = .false.
endif
Expand Down

0 comments on commit 387c7df

Please sign in to comment.