Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (850 - 852 of 964)

Ticket Owner Reporter Resolution Summary
#179 arango jcwarner Fixed add wubot to exchange field for inlet_test case
Description

Please modify ROMS/External/coupling_inlet_test.in from

 Nexport(waves) = 5

  Export(waves) = Wdir  \
                  Wamp  \
                  Wlen  \
                  Wptop \
                  Wpbot

 Nimport(ocean) = 5

  Import(ocean) = Wdir  \
                  Wamp  \
                  Wlen  \
                  Wptop \
                  Wpbot

to

 Nexport(waves) = 6

  Export(waves) = Wdir  \
                  Wamp  \
                  Wlen  \
                  Wptop \
                  Wpbot \
                  Wubot

 Nimport(ocean) = 6

  Import(ocean) = Wdir  \
                  Wamp  \
                  Wlen  \
                  Wptop \
                  Wpbot \
                  Wubot

This application uses the SSW_BBL and requires the bottom orbital velocity to be sent from Waves to Ocean.

#196 arango m.hadfield Fixed Typo on ana_tobc.h
Description

In ROMS/Functionals/ana_tobc.h, lines 28-32 are

      CALL ana_tobc_tile (ng, tile, model,                              &
     &                    LBi, UBi, LBj, UBj, nstp(ng),                 &
     &                    IminS, ImaxS, JminS, JmaxS,),                 &
     &                    GRID(ng) % z_r,                               &
     &                    OCEAN(ng) % t)

There's a redundant ")" in line 30.

#200 arango kate Done passive tracer boundary conditions?
Description

I'm not understanding how the passive tracers get their boundary conditions. There's a clever way for them to be initialized differently from the active tracers with ANA_PASSIVE. There's a clever dye_ entry in varinfo.dat, but what about dye_west_ and friends?

What about analytic passive boundary conditions? I'm guessing there's something missing here.

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