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.
CHANGES_BY_NOCS in branches/UKMO/r6232_tracer_advection/NEMOGCM/TOOLS/WEIGHTS/src – NEMO

source: branches/UKMO/r6232_tracer_advection/NEMOGCM/TOOLS/WEIGHTS/src/CHANGES_BY_NOCS @ 9295

Last change on this file since 9295 was 2352, checked in by sga, 13 years ago

NEMO branch nemo_v3_3_beta
Add NOCS tools based on SCRIP package for creating weights for interpolation on the fly
These now should build with the maketools script in the TOOLS directory using the same
architecture configuration file as the model (hopefully)

File size: 686 bytes
Line 
1
2      SCRIP code, version 1.4, from Los Alamos National Laboratory (http://climate.lanl.gov/Software/SCRIP)
3
4      Changes made at NOCS for inclusion of weights generation code in NEMO 3.3 and later:
5
6          - File extensions changed from '.f' to '.f90'
7          - File netcdf.f renamed as netcdf_mod.f90 to avoid clash with netcdf library module filename
8          - File netcdf.f modified to add error message to netcdf_error_handler
9          - Small bug in remap_conserv when using gfortran compiler: replace ". and." with " .and."
10          - continuation lines reformatted with '&' moved from the start of the continuation line to
11            the end of the line before
12   
Note: See TracBrowser for help on using the repository browser.