Hi ,
I want to simulate the hydrodynamical fields first, and then use the output date to drive the tracer module.
Thank you!
Can roms do the momentum and tracer modeling sepatately?
Re: Can roms do the momentum and tracer modeling sepatately?
So you want to run with momentum and active tracers, then later with passive/bio tracers? I think my branch can do that while it would be harder with the trunk code. Or by tracers do you mean temperature and salinity? That would make less sense to me.
Anyway, the OFFLINE code works by reading in a series of model output into the climatology fields, copying them to the model state (u,v,T,S), then advecting either floats or passive tracers around.
Anyway, the OFFLINE code works by reading in a series of model output into the climatology fields, copying them to the model state (u,v,T,S), then advecting either floats or passive tracers around.
-
- Posts: 45
- Joined: Tue Nov 11, 2008 5:45 pm
- Location: National Marine Environmental Mornitoring Center
Re: Can roms do the momentum and tracer modeling sepatately?
Hi Kate:
Yes,I want to run with momentum and active tracers(T、S),store the data, and then run with passive tracers(N,cod) using these data.
Thank you!
kate wrote:So you want to run with momentum and active tracers, then later with passive/bio tracers?
Yes,I want to run with momentum and active tracers(T、S),store the data, and then run with passive tracers(N,cod) using these data.
Would you please explain the above method in detail?kate wrote: I think my branch can do that while it would be harder with the trunk code. Or by tracers do you mean temperature and salinity? That would make less sense to me.
Anyway, the OFFLINE code works by reading in a series of model output into the climatology fields, copying them to the model state (u,v,T,S), then advecting either floats or passive tracers around.
Thank you!
Re: Can roms do the momentum and tracer modeling sepatately?
In my branch of ROMS, there is a cpp option: OFFLINE_BIOLOGY. This is exactly what it's for, though I have never used this option. There is a related OFFLINE_FLOATS which has been checked more recently. So if you have access to my branch (ask Dave Robertson) then #define OFFLINE_BIOLOGY. Otherwise you will have to reproduce what it does, which is to timestep all tracers except T and S.