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.
#418 (dynspg.F90 and &) – NEMO

Opened 15 years ago

Closed 15 years ago

#418 closed Bug (fixed)

dynspg.F90 and &

Reported by: jean Owned by: nemo
Priority: highest Milestone:
Component: OCE Version: v3.1
Severity: Keywords:
Cc:

Description

i tried to compile with gfortran on a Linux Platform.
My errors:

dynspg.F90:74.9:

; CALL dyn_spg_exp ( kt )

1

Error: Semicolon at (1) needs to be preceded by statement
dynspg.F90:75.9:

; CALL prt_ctl( tab3d_1=ua, clinfo1=' spg0 - Ua: ', mask1

1

Error: Semicolon at (1) needs to be preceded by statement
dynspg.F90:77.9:

; CALL dyn_spg_ts ( kt )

1

Error: Semicolon at (1) needs to be preceded by statement
dynspg.F90:78.9:

; CALL prt_ctl( tab3d_1=ua, clinfo1=' spg1 - Ua: ', mask1

1

Error: Semicolon at (1) needs to be preceded by statement
dynspg.F90:80.9:

; CALL dyn_spg_flt ( kt, kindic )

1

Error: Semicolon at (1) needs to be preceded by statement
dynspg.F90:81.9:

; CALL prt_ctl( tab3d_1=ua, clinfo1=' spg2 - Ua: ', mask1

1

Error: Semicolon at (1) needs to be preceded by statement

A proposition of solution ( thanks Charles )

& ; CALL dyn_spg_exp ( kt ) &

Commit History (1)

ChangesetAuthorTimeChangeLog
1443rblod2009-05-12T15:52:19+02:00

Compilation error with gfortran, see ticket #418

Change History (1)

comment:1 Changed 15 years ago by rblod

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.