Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 964)

Ticket Owner Reporter Resolution Summary
#101 arango arango Done NetCDF coordinates attribute
Description

Updated NetCDF output files to report a full coordinates attribute. For example:

        float temp(ocean_time, s_rho, eta_rho, xi_rho) ;
                temp:long_name = "potential temperature" ;
                temp:units = "Celsius" ;
                temp:time = "ocean_time" ;
                temp:coordinates = "lon_rho lat_rho s_rho ocean_time" ;
                temp:field = "temperature, scalar, series" ;

I also corrected climatological clock to start from year 1 instead of 0:

        double ocean_time(ocean_time) ;
                ocean_time:long_name = "averaged time since initialization" ;
                ocean_time:units = "seconds since 0001-01-01 00:00:00" ;
#102 arango kate Fixed cpp problems in rp_wrt_ini
Description

cpp complained about rp_wrt_ini.F

#103 arango arango Fixed Typo in option ADJUST_STFLUX
Description

There is a small typo in ad_variability.F when ADJUST_STFLUX is activated. There is also additional obsolete code in ad_ini_fields.F that it is not used.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.