Opened 16 years ago

Closed 16 years ago

#218 closed bug (Fixed)

tiny restart bug

Reported by: kate Owned by: arango
Priority: minor Milestone: Release ROMS/TOMS 3.2
Component: Nonlinear Version: 3.2
Keywords: Cc:

Description (last modified by arango)

Can't read ssflux from history file on restart. Patch included (if I can).

Change History (2)

comment:1 by kate, 16 years ago

Index: ROMS/Utility/def_his.F =================================================================== --- ROMS/Utility/def_his.F (revision 236) +++ ROMS/Utility/def_his.F (working copy) @@ -2311,7 +2311,7 @@

END DO DO itrc=1,NAT

IF (TRIM(var_name(i)).eq.TRIM(Vname(1,idTsur(itrc)))) THEN

  • got_var(idTsur(itemp))=.TRUE.

+ got_var(idTsur(itrc))=.TRUE.

hisVid(idTsur(itrc),ng)=var_id(i)

# if defined FORWARD_WRITE && defined LMD_NONLOCAL

ELSE IF (TRIM(var_name(i)).eq.

comment:2 by arango, 16 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

Yes, thank you. We have the same problem in ad_def_his.F.

Note: See TracTickets for help on using tickets.