Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (808 - 810 of 964)

Ticket Owner Reporter Resolution Summary
#965 arango Fixed IMPORTANT: Writing Rotated winds to History and Quicksave files
Description

The rotated wind variables, eastward and northward, were defined in output History and Quicksave NetCDF files but were not written. The input wind variables are rotated and averaged at RHO points when appropriate and requested in roms.in:

Hout(idUair) == T       ! Uwind              surface U-wind
Hout(idVair) == T       ! Vwind              surface V-wind
Hout(idUaiE) == T       ! Uwind_eastward     surface Eastward  U-wind
Hout(idVaiN) == T       ! Vwind_northward    surface Northward V-wind

...

Qout(idUair) == T       ! Uair               surface U-wind
Qout(idVair) == T       ! Vair               surface V-wind
Qout(idUaiE) == T       ! Uwind_eastward     surface Eastward  U-wind
Qout(idVaiN) == T       ! Vwind_northward    surface Northward V-wind

Many thanks, John Wilkin, for bringing this issue to my attention.

#8 arango m.hadfield Fixed Miscellaneous changes to platform make files
Description

I propose a few changes to the platform-specific make files:

  • CYGWIN-g95.mk, Linux-g95.mk: A while ago I suggested adding -ftrace=full to FFLAGS and said this had no effect on performance. Actually it does affect performance (my bad), slowing the model down at run-time by 10-20%. So it should be used only when USE_DEBUG is in effect.
  • MINGW-gfortran.mk: In the section entitled "Set free form format in source files...", the "-free" flag is added to FFLAGS. There is no such flag for this compiler: it should be -ffree-form.

Modified files are attached. They are based on revision 47.

#10 arango arango Fixed Allocate only needed point Sources/Sinks
Description

Remove Msrc from mod_param.F and allocate to the needed number of point Sources/Sinks available in the input forcing NetCDF file. The variable Msrc is still set to 200 in mod_sources.F but for analytical point Sources/Sinks (ANA_PSOURCE) applications. It is very unlikely that we need more than 200 analytical point Sources/Sinks.

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