Custom Query (969 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (838 - 840 of 969)

Ticket Owner Reporter Resolution Summary
#128 arango arango Fixed Corrected typo in ana_srflux.h
Description

Corrected the comments about the unit for shortwave radiation in ana_srflux.h. The fluxes inside ROMS kernel are kinematic so the unit for shortwave radiation is degC m/s. Notice that if the shortwave radiation is read from input NetCDF file it is converted to degC m/s using the Fscale in varinfo.dat. Usually, shortwave radiation is in Watt/m2 so:

       Fscale=1.0_r8/(rho0*Cp).

Many thanks to Laura Bianucci for reporting this typo.

#130 arango arango Done Output mass fluxes into averages NetCDF file
Description

I added the capability to save mass fluxes (DU_avg1, DU_avg2, DV_avg1, DV_avg2) for coupling 3D momentum into the time-averaged NetCDF file. In the code these fields are averaged over all the barotropic time-steps. Here, they are also averaged over the specified baroclinic steps. This is only done for output purpuses (AVERAGES and FORWARD_WRITE) so the average NetCDF can be used as the basic state to linearize the tangent linear and adjoint models. This is only relevant in adaptive sampling and optimal observations.

#131 arango kate Fixed Fell off end of Coptions array
Description

Halfway through the WEST boundary conditions, I got an out of bounds error on the array Coptions. It should be dimensioned larger.

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