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.
#273 (Generating the dist.coast.nc file in tradmp.F90 issue.) – NEMO

Opened 16 years ago

Closed 16 years ago

#273 closed Defect (fixed)

Generating the dist.coast.nc file in tradmp.F90 issue.

Reported by: k.mogensen@… Owned by: nemo
Priority: low Milestone:
Component: OCE Version: v3.0
Severity: Keywords:
Cc:

Description

Hi.

There is a minor problem in tradmp.F90 if the coast.dist.nc file does not exist. The call to iom_open:

CALL iom_open ( 'dist.coast.nc', icot )

should be

CALL iom_open ( 'dist.coast.nc', icot, ldstop = .FALSE. )

to avoid the model stopping after the dist.coast.nc file has been generated.

/Kristian

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 16 years ago by smasson

  • Resolution set to fixed
  • Status changed from new to closed

You are right.
Correction done, see changeset:1217

Note: See TracTickets for help on using tickets.