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.
Changeset 1200 for trunk/NEMO/OPA_SRC/SBC/sbcflx.F90 – NEMO

Ignore:
Timestamp:
2008-09-24T15:05:20+02:00 (16 years ago)
Author:
rblod
Message:

Adapt Agrif to the new SBC and correct several bugs for agrif (restart writing and reading), see ticket #133
Note : this fix does not work yet on NEC computerq (sxf90/360)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcflx.F90

    r1169 r1200  
    133133            CALL ctl_stop( 'sbc_flx: unable to allocate sf structure' )   ;   RETURN   
    134134         ENDIF 
     135         DO ji= 1, jpfld 
     136            ALLOCATE( sf(ji)%fnow(jpi,jpj) ) 
     137            ALLOCATE( sf(ji)%fdta(jpi,jpj,2) ) 
     138         END DO 
     139 
    135140 
    136141         ! fill sf with slf_i and control print 
Note: See TracChangeset for help on using the changeset viewer.