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 13961 for NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/src – NEMO

Ignore:
Timestamp:
2020-12-02T00:20:50+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, remove bathy check with AGRIF_DEMO + forgotten change when merging with trunk for ice variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/src/NST/agrif_user.F90

    r13937 r13961  
    640640      ind2 = nn_hls + 2 + nbghostcells_x 
    641641      ind3 = nn_hls + 2 + nbghostcells_y_s 
    642       ipl = jpl*(8+nlay_s+nlay_i) 
     642      ipl = jpl*(9+nlay_s+nlay_i) 
    643643      CALL agrif_declare_variable((/2,2,0/),(/ind2,ind3,0/),(/'x','y','N'/),(/1,1,1/),(/jpi,jpj,ipl/),tra_ice_id) 
    644644      CALL agrif_declare_variable((/1,2/)  ,(/ind2-1,ind3/),(/'x','y'    /),(/1,1  /),(/jpi,jpj    /),  u_ice_id) 
Note: See TracChangeset for help on using the changeset viewer.