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 7773 for branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice_lim.F90 – NEMO

Ignore:
Timestamp:
2017-03-09T13:52:43+01:00 (7 years ago)
Author:
mattmartin
Message:

Committing updates after doing the following:

  • merging the branch dev_r4650_general_vert_coord_obsoper@7763 into this branch
  • updating it so that the following OBS changes were implemented correctly on top of the simplification changes:
    • generalised vertical coordinate for profile obs. This was done so that is now the default option.
    • sst bias correction implemented with the new simplified obs code.
    • included the biogeochemical obs types int he new simplified obs code.
    • included the changes to exclude obs in the boundary for limited area models
    • included other changes for the efficiency of the obs operator to remove global arrays.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5785_SSS_obsoper/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice_lim.F90

    r5682 r7773  
    119119      ! 
    120120#if defined key_lim2 
    121       DO jb = 1, idx%nblen(jgrd) 
     121      DO jb = 1, idx%nblenrim(jgrd) 
    122122         ji    = idx%nbi(jb,jgrd) 
    123123         jj    = idx%nbj(jb,jgrd) 
     
    139139 
    140140      DO jl = 1, jpl 
    141          DO jb = 1, idx%nblen(jgrd) 
     141         DO jb = 1, idx%nblenrim(jgrd) 
    142142            ji    = idx%nbi(jb,jgrd) 
    143143            jj    = idx%nbj(jb,jgrd) 
     
    175175 
    176176      DO jl = 1, jpl 
    177          DO jb = 1, idx%nblen(jgrd) 
     177         DO jb = 1, idx%nblenrim(jgrd) 
    178178            ji    = idx%nbi(jb,jgrd) 
    179179            jj    = idx%nbj(jb,jgrd) 
     
    328328                
    329329               jgrd = 2      ! u velocity 
    330                DO jb = 1, idx_bdy(ib_bdy)%nblen(jgrd) 
     330               DO jb = 1, idx_bdy(ib_bdy)%nblenrim(jgrd) 
    331331                  ji    = idx_bdy(ib_bdy)%nbi(jb,jgrd) 
    332332                  jj    = idx_bdy(ib_bdy)%nbj(jb,jgrd) 
     
    357357                
    358358               jgrd = 3      ! v velocity 
    359                DO jb = 1, idx_bdy(ib_bdy)%nblen(jgrd) 
     359               DO jb = 1, idx_bdy(ib_bdy)%nblenrim(jgrd) 
    360360                  ji    = idx_bdy(ib_bdy)%nbi(jb,jgrd) 
    361361                  jj    = idx_bdy(ib_bdy)%nbj(jb,jgrd) 
Note: See TracChangeset for help on using the changeset viewer.