Skip to content

Commit

Permalink
fix big after merge conflict in cdfmoy.f90
Browse files Browse the repository at this point in the history
 * useless allocation of a no-more exsting array.
 * restore case where there are no 3rd dimenstion
  • Loading branch information
molines committed Feb 7, 2017
1 parent 01c1a50 commit 32ba7c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cdfmoy.f90
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ PROGRAM cdfmoy
cf_in = cf_list(1)
IF ( chkfile (cf_in) ) STOP ! missing file
!
ALLOCATE ( cv_depa(8) )
cv_depa (:)= (/cn_z,'z','sigma','nav_lev','levels','ncatice','icbcla','icbsect'/)

npiglo = getdim (cf_in, cn_x)
npjglo = getdim (cf_in, cn_y)

Expand Down

0 comments on commit 32ba7c0

Please sign in to comment.