Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (487 - 489 of 986)

Ticket Owner Reporter Resolution Summary
#596 arango arango Done d_ecmwf2roms.m
Description

Added driver template script showing how to create ROMS forcing NetCDF file(s) using ROMS metadata structure. The data source is the ECMWF ERA-Interim (Jan 1979 - present):

http://apps.ecmwf.int/datasets/data/interim_full_daily

See the following post in the forum for more information.

Many thanks to John Wilkin for helping me test this Matlab script.

#597 arango arango Done Miscellaneous updates
Description

This ticket include three updates to the source code:

  • nesting.F: Changed how the mass flux is imposed at the finer grid boundary during refinement. The latest coarse grid mass flux is imposed such that the sum of the refined grid fluxes equals the coarse grid flux.
  • nemuro_inp.h: Corrected typo when reporting the large phytoplankton mortality rate (MorPLO). Many thanks to Chris Edwards for bringing this to my attention.
  • w4dpsas_ocean.h: Corrected END DO statement around line 1026.
#598 arango m.hadfield Fixed Reference to undefined netCDF constant
Description

In matlab/netcdf/nc_check.m at line 57, there is a reference to nc_int. This should be nc_constant('nc_int'):

  I.Variables(index).ncType     = nc_constant('nc_int');
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.