Ignore:
Timestamp:
Jun 23, 2023, 4:10:41 PM (15 months ago)
Author:
Laurent Fairhead
Message:

Merged trunk revisions from r4443 to r4582 (HEAD) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Portage_acc/libf/dynphy_lonlat/gr_dyn_fi.F

    r2239 r4584  
    2222c   -------
    2323
    24       IF(ngrid.NE.2+(jm-2)*(im-1)) STOP 'probleme de dim'
     24      IF (ngrid.NE.2+(jm-2)*(im-1)) then
     25         call abort_gcm("gr_dyn_fi", 'probleme de dim', 1)
     26      end if
    2527c   traitement des poles
    2628      CALL SCOPY(nfield,pdyn,im*jm,pfi,ngrid)
Note: See TracChangeset for help on using the changeset viewer.