Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (826 - 828 of 964)

Ticket Owner Reporter Resolution Summary
#91 arango jprinehimer Done Use of `__FILE__` macro in ana_*.h files
Description

If an ana_*.h file is copied into a project directory from the ROMS Functionals directory, and the line (e.g., from ana_tobc.h)

ANANAME(34)='ROMS/FUNCTIONALS/ana_tobc.h'

is not changed to match the current location, the path of the header files output at the end of a ROMS model run following "Analytical header files used:" is incorrect.

The predefined CPP macro __FILE__ can be used to obtain the correct filename automatically like so:

ANANAME(34)=__FILE__

The __FILE__ macro works with the #include statements in analytical.F and will return the correct values for the file.

Would there be any unforeseen issues with this change to all of the ana_* files? It seems to work fine with my version.

#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

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