Back to home page

MITgcm

 
 

    


Warning, /verification/exp4/input/data.ptracers is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 84400bf3 on 2010-12-14 02:46:21 UTC
6c607fc2ca Jean*0001 # This set-up is supposed to mimic salinity. That is, initially
                0002 # PTRACER(:,:,:,1) is identical to salinity, except that
                0003 # 1) the default (i.e., not explicitly specified) open boundary conditions
                0004 # are different, so that PTRACER(:,:,:,1) evolves differently than salinity.
                0005 # 2) a weak relaxation is applied in the Eastern part of the channel (using rbcs).
bd2e7b4f6b Mart*0006  &PTRACERS_PARM01
                0007  PTRACERS_numInUse=1,
84400bf33e Jean*0008 #- use F95 syntax (to be converted with -DNML_EXTENDED_F77 if needed)
23007ac5c0 Jean*0009  PTRACERS_ref(1:8,1) = 8*35.,
bd2e7b4f6b Mart*0010  PTRACERS_names(1)='salt_mimic',
b620131fc7 Jean*0011  PTRACERS_advScheme(1)=4,
bd2e7b4f6b Mart*0012  &