/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input/data.ptracers
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/input/data.ptracers

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Mar 4 19:45:26 2002 UTC (22 years, 3 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46b_post, checkpoint48f_post, checkpoint46k_post, checkpoint51k_post, checkpoint47j_post, checkpoint46c_pre, checkpoint48d_pre, checkpoint51l_post, checkpoint45d_post, checkpoint51j_post, branch-exfmods-tag, checkpoint44h_pre, checkpoint47i_post, checkpoint48i_post, checkpoint52e_pre, checkpoint52j_post, checkpoint46j_post, checkpoint47, checkpoint47f_post, checkpoint48d_post, checkpoint51o_pre, checkpoint50e_post, checkpoint52e_post, checkpoint50c_post, checkpoint51n_pre, checkpoint47d_post, checkpoint47a_post, checkpoint46c_post, checkpoint46f_post, checkpoint46a_post, checkpoint46n_post, checkpoint46d_pre, checkpoint48e_post, checkpoint48h_post, checkpoint50c_pre, checkpoint44g_post, branchpoint-genmake2, checkpoint46h_pre, checkpoint45c_post, checkpoint44h_post, checkpoint51q_post, checkpoint47e_post, checkpoint52j_pre, checkpoint46e_pre, checkpoint50h_post, branch-netcdf, checkpoint52l_post, checkpoint51r_post, checkpoint52k_post, checkpoint52b_pre, checkpoint46e_post, checkpoint46j_pre, checkpoint46b_pre, checkpoint51i_post, checkpoint47h_post, checkpoint48c_post, checkpoint46l_post, checkpoint52l_pre, checkpoint51e_post, checkpoint51b_post, checkpoint46, checkpoint44f_post, checkpoint51l_pre, checkpoint51c_post, checkpoint45, checkpoint48, checkpoint49, checkpoint51f_pre, checkpoint50i_post, checkpoint47b_post, checkpoint51o_post, checkpoint48g_post, checkpoint46l_pre, checkpoint51, checkpoint50, checkpoint52, checkpoint50d_post, checkpoint52d_post, checkpoint46m_post, checkpoint46g_pre, checkpoint51b_pre, checkpoint52a_post, checkpoint47g_post, checkpoint52b_post, checkpoint52f_post, checkpoint52c_post, checkpoint51h_pre, checkpoint46a_pre, checkpoint50g_post, checkpoint45b_post, checkpoint51g_post, ecco_c52_e35, checkpoint51f_post, checkpoint46d_post, checkpoint48b_post, checkpoint50b_post, checkpoint46g_post, checkpoint45a_post, checkpoint48a_post, checkpoint50d_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint52a_pre, checkpoint47d_pre, checkpoint51d_post, checkpoint52i_post, checkpoint48c_pre, checkpoint50a_post, checkpoint46i_post, checkpoint51m_post, checkpoint51t_post, checkpoint51a_post, checkpoint46h_post, checkpoint50e_pre, checkpoint51p_post, checkpoint51n_post, checkpoint51i_pre, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, checkpoint50b_pre, checkpoint51s_post
Branch point for: branch-nonh, netcdf-sm0, branch-genmake2, tg2-branch, checkpoint51n_branch, branch-exfmods-curt
Added PTRACERS package

This allows an arbitrary number of passive tracers to be integrated
forward simultaneously with the dynamicaly model.
 + Implemented so far:
    - basic forward algorithm (time-stepping, advection, diffusion, convection)
    - I/O and checkpointing
    - GM/Redi  *but*  using the GM/Redi coefficient of Salt
 + Not implemented so far:
    - KPP
    - OBCS
 + No specific example supplied (yet) but global_ocean.90x40x15 has the
   necessary data.ptracer file. Simply use -enable=ptracers and uncomment
   line in data.pkg. PTRACER01 then reproduces Salt exactly.
 + This package is disabled by default since it increases storage.

1 # This set-up makes is supposed to immitate salt. That is, PTRACER(:,:,:,1)
2 # should look exactly like S(:,:,:).
3 &PTRACERS_PARM01
4 PTRACERS_numInUse=1,
5 PTRACERS_advScheme=2,
6 PTRACERS_diffKh=0.E3,
7 PTRACERS_diffKr=3.E-5,
8 PTRACERS_initialFile='sal.bin',
9 &

  ViewVC Help
Powered by ViewVC 1.1.22