README 603 B

1234567891011121314151617181920
  1. In this directory, you can find:
  2. 1) a script to interpolate and extrapolate vertically
  3. ocean restarts to a new grid and to fill empty seas
  4. with a climatology :
  5. script_interp_vert_ocean_restart.bash
  6. 2) a script to build configuration files for the
  7. script_interp_vert_ocean_restart.bash script:
  8. build_Tofill.bash
  9. (see instructions in script_interp_vert_ocean_restart.bash)
  10. 3) s script to compute a climatology of restarts:
  11. script_clim_restart.sh
  12. 4) a library of python tools used in
  13. script_interp_vert_ocean_restart.bash
  14. 5) an example script of how to use
  15. script_interp_vert_ocean_restart.bash