[MITgcm-support] MITgcm-support Digest, Vol 172, Issue 11

rahele shafiee rahele_shafiee at yahoo.com
Sun Oct 22 12:45:05 EDT 2017


 
Hi Christoph
Thank you for your guidance. My problem has been resolved.
Rahele
    On Sunday, October 22, 2017, 4:18:53 PM GMT+3:30, mitgcm-support-request at mitgcm.org <mitgcm-support-request at mitgcm.org> wrote:  
 
 Send MITgcm-support mailing list submissions to
    mitgcm-support at mitgcm.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
or, via email, send a message with subject or body 'help' to
    mitgcm-support-request at mitgcm.org

You can reach the person managing the list at
    mitgcm-support-owner at mitgcm.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MITgcm-support digest..."


Today's Topics:

  1. Re: MITgcm-support Digest, Vol 172, Issue 9 (Christoph Voelker)


----------------------------------------------------------------------

Message: 1
Date: Sun, 22 Oct 2017 14:48:09 +0200
From: Christoph Voelker <christoph.voelker at awi.de>
To: <mitgcm-support at mitgcm.org>
Subject: Re: [MITgcm-support] MITgcm-support Digest, Vol 172, Issue 9
Message-ID: <8682d6ad-17f4-4280-955f-fb1f2193f452 at awi.de>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Dear Rahele,

I think the problem in your data.ptracers is your use of the ampersand 
(&). The ampersand is used in fortran namelists as terminating 
character, i.e. your file is only read until the first &, the rest is 
ignored. Replace the ampersand with a hash (#) and put an ampersand 
behind PTRACERS_EvPrRn(3)= 0., then everything should be o.k.

Cheers, Christoph


Am 20.10.17 um 21:35 schrieb rahele shafiee:
> thanks for your response
>
> My file is as follows:
>
> ?PTRACERS_numInUse=3,
> ?PTRACERS_names(1)='trac1',
> ?PTRACERS_long_names(1)='tracer1',
> ?PTRACERS_units(1)='psu',
> ?PTRACERS_advScheme(1)=33,
> ?PTRACERS_diffKh(1)=1.E3,
> ?PTRACERS_diffKr(1)=3.E-5,
> ?PTRACERS_ref(1:32,1) =32*37,
> ?PTRACERS_initialFile(1)='Trac1_ini.bin',
> ?PTRACERS_EvPrRn(1)= 0.,
> ?&
> ?PTRACERS_names(2)='trac2',
> ?PTRACERS_long_names(2)='tracer2',
> ?PTRACERS_units(2)='psu',
> ?PTRACERS_advScheme(2)=33,
> ?PTRACERS_diffKh(2)=1.E3,
> ?PTRACERS_diffKr(2)=3.E-5,
> ?PTRACERS_ref(1:32,2) =32*37,
> ?PTRACERS_EvPrRn(2)= 0.,
> ?&
> ?PTRACERS_names(3)='trac3',
> ?PTRACERS_long_names(3)='tracer3',
> ?PTRACERS_units(3)='psu',
> ?PTRACERS_advScheme(3)=33,
> ?PTRACERS_diffKh(3)=1.E3,
> ?PTRACERS_diffKr(3)=3.E-5,
> ?PTRACERS_ref(1:32,3) =32*37,
> ?PTRACERS_EvPrRn(3)= 0.,
>
>
> On Friday, October 20, 2017, 10:19:28 PM GMT+3:30, 
> mitgcm-support-request at mitgcm.org <mitgcm-support-request at mitgcm.org> 
> wrote:
>
>
> Send MITgcm-support mailing list submissions to
> mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
> or, via email, send a message with subject or body 'help' to
> mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org>
>
> You can reach the person managing the list at
> mitgcm-support-owner at mitgcm.org <mailto:mitgcm-support-owner at mitgcm.org>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MITgcm-support digest..."
>
>
> Today's Topics:
>
> ? 1. Re: MITgcm-support Digest, Vol 172, Issue 5 (Dustin Carroll)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 20 Oct 2017 11:49:00 -0700
> From: Dustin Carroll <dcarroll at uoregon.edu <mailto:dcarroll at uoregon.edu>>
> To: mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>
> Subject: Re: [MITgcm-support] MITgcm-support Digest, Vol 172, Issue 5
> Message-ID: <1FD1B54E-1B4F-4172-B5B3-2FDFEDD36E05 at uoregon.edu 
> <mailto:1FD1B54E-1B4F-4172-B5B3-2FDFEDD36E05 at uoregon.edu>>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Raheleh,
>
> You can include multiple ptracers in your simulation by explicitly 
> specifying the tracer names/initial files in your data.ptracers file,
>
> e.g.,
>
> PTRACERS_numInUse = 3,
>
> PTRACERS_names(1) = ?tracer1',
> PTRACERS_names(2) = ?tracer2',
> PTRACERS_names(3) = ?tracer3?,
>
> PTRACERS_initialFile(1)='tracer1.bin',
> PTRACERS_initialFile(2)='tracer2.bin',
> PTRACERS_initialFile(3)='tracer3.bin',
>
> Post your data.ptracers file if you are still having trouble after 
> trying this,
> Dustin
>
>
> > On Oct 20, 2017, at 11:38 AM, rahele shafiee 
> <rahele_shafiee at yahoo.com <mailto:rahele_shafiee at yahoo.com>> wrote:
> >
> > Hi everyone
> > I noticed that when the package (MNC) is active in the model, I can 
> not introduce more than one tracer to my model and the error is as 
> follows:
> >
> > PTRACERS_MNC_INIT ERROR: PTRACERS_names(? 2) is blank--please name 
> it in 'data.ptracers'
> >
> >? How can I have more tracers with this package?
> > Thanks if you guide me
> >
> > Raheleh
> >
> >
> >
> > On Wednesday, October 18, 2017, 4:47:25 PM GMT+3:30, 
> mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org> 
> <mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org>> wrote:
> >
> >
> > Send MITgcm-support mailing list submissions to
> > mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org> 
> <mailto:mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>>
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support 
> <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support%20><http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> > or, via email, send a message with subject or body 'help' to
> > mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org> 
> <mailto:mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org>>
> >
> > You can reach the person managing the list at
> > mitgcm-support-owner at mitgcm.org 
> <mailto:mitgcm-support-owner at mitgcm.org> 
> <mailto:mitgcm-support-owner at mitgcm.org 
> <mailto:mitgcm-support-owner at mitgcm.org>>
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of MITgcm-support digest..."
> >
> >
> > Today's Topics:
> >
> >? 1. KPP parameters not read? (Donald Slater)
> >? 2. Re: KPP parameters not read? (Dimitris Menemenlis)
> >? 3. Re: KPP parameters not read? (Donald Slater)
> >? 4. Re: KPP parameters not read? (Donald Slater)
> >? 5. Number of tracers (rahele shafiee)
> >? 6. Input of warm water in depth (Hadar Berman)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 17 Oct 2017 16:06:38 -0700
> > From: Donald Slater <daslater at ucsd.edu <mailto:daslater at ucsd.edu> 
> <mailto:daslater at ucsd.edu <mailto:daslater at ucsd.edu>>>
> > To: mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org> 
> <mailto:mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>>
> > Subject: [MITgcm-support] KPP parameters not read?
> > Message-ID: <30C1E94C-897D-458A-85A9-7E8D1A59C68B at ucsd.edu 
> <mailto:30C1E94C-897D-458A-85A9-7E8D1A59C68B at ucsd.edu> 
> <mailto:30C1E94C-897D-458A-85A9-7E8D1A59C68B at ucsd.edu 
> <mailto:30C1E94C-897D-458A-85A9-7E8D1A59C68B at ucsd.edu>>>
> > Content-Type: text/plain; charset=utf-8
> >
> > Hi,
> >
> > I am running some simulations with the KPP package enabled, but I 
> think I have a strange problem reading parameters from data.kpp. I 
> noticed this because I changed some parameters (difm0, difs0 and 
> dift0) without having any effect on my simulation.
> >
> > The output stream from my simulation suggests that data.kpp is being 
> read (i.e. I get the lines "KPP_INIT: opening data.kpp ? 
> OPEN_COPY_DATA_FILE: opening file data.kpp ... KPP_INIT: finished 
> reading data.kpp?).
> >
> > However if I try to trip the simulation up by inserting things which 
> don?t make sense into data.kpp, for example setting "difm0 = Donald?, 
> the simulation carries on as usual with the default value for difm0 
> and no error messages. In contrast, if I insert something silly into 
> data.icefront (e.g. icefrontthetasurface = Donald), the simulation 
> immediately stops. This suggests to me that somehow difm0 (and perhaps 
> the other parameters in data.kpp) are not actually being read.
> >
> > This reminds me a little of another message on the support list 
> (http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html 
> <http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html%20><http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html>). 
> I?ve looked at kpp_readparms and compared it to similar files for 
> other packages but can?t see anything amiss.
> >
> > Has anyone experienced this or can offer any pointers as to what 
> might be going on?
> >
> > Many thanks,
> > Donald
> >
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Tue, 17 Oct 2017 16:13:42 -0700
> > From: Dimitris Menemenlis <dmenemenlis at gmail.com 
> <mailto:dmenemenlis at gmail.com> <mailto:dmenemenlis at gmail.com 
> <mailto:dmenemenlis at gmail.com>>>
> > To: MITgcm Support <mitgcm-support at mitgcm.org 
> <mailto:mitgcm-support at mitgcm.org> <mailto:mitgcm-support at mitgcm.org 
> <mailto:mitgcm-support at mitgcm.org>>>
> > Subject: Re: [MITgcm-support] KPP parameters not read?
> > Message-ID: <A0031B95-0823-465D-A32C-D9D86D27BF57 at gmail.com 
> <mailto:A0031B95-0823-465D-A32C-D9D86D27BF57 at gmail.com> 
> <mailto:A0031B95-0823-465D-A32C-D9D86D27BF57 at gmail.com 
> <mailto:A0031B95-0823-465D-A32C-D9D86D27BF57 at gmail.com>>>
> > Content-Type: text/plain; charset=utf-8
> >
> > Did you specify "useKPP=.TRUE." in data.pkg?
> >
> > > On Oct 17, 2017, at 4:06 PM, Donald Slater <daslater at ucsd.edu 
> <mailto:daslater at ucsd.edu> <mailto:daslater at ucsd.edu 
> <mailto:daslater at ucsd.edu>>> wrote:
> > >
> > > Hi,
> > >
> > > I am running some simulations with the KPP package enabled, but I 
> think I have a strange problem reading parameters from data.kpp. I 
> noticed this because I changed some parameters (difm0, difs0 and 
> dift0) without having any effect on my simulation.
> > >
> > > The output stream from my simulation suggests that data.kpp is 
> being read (i.e. I get the lines "KPP_INIT: opening data.kpp ? 
> OPEN_COPY_DATA_FILE: opening file data.kpp ... KPP_INIT: finished 
> reading data.kpp?).
> > >
> > > However if I try to trip the simulation up by inserting things 
> which don?t make sense into data.kpp, for example setting "difm0 = 
> Donald?, the simulation carries on as usual with the default value for 
> difm0 and no error messages. In contrast, if I insert something silly 
> into data.icefront (e.g. icefrontthetasurface = Donald), the 
> simulation immediately stops. This suggests to me that somehow difm0 
> (and perhaps the other parameters in data.kpp) are not actually being 
> read.
> > >
> > > This reminds me a little of another message on the support list 
> (http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html 
> <http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html%20><http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html>). 
> I?ve looked at kpp_readparms and compared it to similar files for 
> other packages but can?t see anything amiss.
> > >
> > > Has anyone experienced this or can offer any pointers as to what 
> might be going on?
> > >
> > > Many thanks,
> > > Donald
> > >
> > > _______________________________________________
> > > MITgcm-support mailing list
> > > MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org> 
> <mailto:MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>>
> > > http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support 
> <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support%20><http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> >
> >
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Tue, 17 Oct 2017 16:16:30 -0700
> > From: Donald Slater <daslater at ucsd.edu <mailto:daslater at ucsd.edu> 
> <mailto:daslater at ucsd.edu <mailto:daslater at ucsd.edu>>>
> > To: mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org> 
> <mailto:mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>>
> > Subject: Re: [MITgcm-support] KPP parameters not read?
> > Message-ID: <BC936799-41BC-4BBA-AEE6-55D166FAECB5 at ucsd.edu 
> <mailto:BC936799-41BC-4BBA-AEE6-55D166FAECB5 at ucsd.edu> 
> <mailto:BC936799-41BC-4BBA-AEE6-55D166FAECB5 at ucsd.edu 
> <mailto:BC936799-41BC-4BBA-AEE6-55D166FAECB5 at ucsd.edu>>>
> > Content-Type: text/plain; charset=utf-8
> >
> > Hi,
> >
> > Yes I did. Sorry I should have specified that. I also know that KPP 
> is running because I?ve got the diagnostic KPPviscA printing out and 
> it gives me variable vertical viscosity as expected for KPP under the 
> default parameters.
> >
> > Donald
> >
> >
> > > On Oct 17, 2017, at 4:13 PM, Dimitris Menemenlis 
> <dmenemenlis at gmail.com <mailto:dmenemenlis at gmail.com> 
> <mailto:dmenemenlis at gmail.com <mailto:dmenemenlis at gmail.com>>> wrote:
> > >
> > > Did you specify "useKPP=.TRUE." in data.pkg?
> > >
> > >> On Oct 17, 2017, at 4:06 PM, Donald Slater <daslater at ucsd.edu 
> <mailto:daslater at ucsd.edu> <mailto:daslater at ucsd.edu 
> <mailto:daslater at ucsd.edu>>> wrote:
> > >>
> > >> Hi,
> > >>
> > >> I am running some simulations with the KPP package enabled, but I 
> think I have a strange problem reading parameters from data.kpp. I 
> noticed this because I changed some parameters (difm0, difs0 and 
> dift0) without having any effect on my simulation.
> > >>
> > >> The output stream from my simulation suggests that data.kpp is 
> being read (i.e. I get the lines "KPP_INIT: opening data.kpp ? 
> OPEN_COPY_DATA_FILE: opening file data.kpp ... KPP_INIT: finished 
> reading data.kpp?).
> > >>
> > >> However if I try to trip the simulation up by inserting things 
> which don?t make sense into data.kpp, for example setting "difm0 = 
> Donald?, the simulation carries on as usual with the default value for 
> difm0 and no error messages. In contrast, if I insert something silly 
> into data.icefront (e.g. icefrontthetasurface = Donald), the 
> simulation immediately stops. This suggests to me that somehow difm0 
> (and perhaps the other parameters in data.kpp) are not actually being 
> read.
> > >>
> > >> This reminds me a little of another message on the support list 
> (http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html 
> <http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html%20><http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html>). 
> I?ve looked at kpp_readparms and compared it to similar files for 
> other packages but can?t see anything amiss.
> > >>
> > >> Has anyone experienced this or can offer any pointers as to what 
> might be going on?
> > >>
> > >> Many thanks,
> > >> Donald
> > >>
> > >> _______________________________________________
> > >> MITgcm-support mailing list
> > >> MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org> 
> <mailto:MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>>
> > >> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support 
> <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support%20><http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> > >
> > > _______________________________________________
> > > MITgcm-support mailing list
> > > MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org> 
> <mailto:MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>>
> > > http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support 
> <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support%20><http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> >
> >
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Tue, 17 Oct 2017 16:45:11 -0700
> > From: Donald Slater <daslater at ucsd.edu <mailto:daslater at ucsd.edu> 
> <mailto:daslater at ucsd.edu <mailto:daslater at ucsd.edu>>>
> > To: mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org> 
> <mailto:mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>>
> > Subject: Re: [MITgcm-support] KPP parameters not read?
> > Message-ID: <C06668E6-823F-4DF4-9142-1C08C145501F at ucsd.edu 
> <mailto:C06668E6-823F-4DF4-9142-1C08C145501F at ucsd.edu> 
> <mailto:C06668E6-823F-4DF4-9142-1C08C145501F at ucsd.edu 
> <mailto:C06668E6-823F-4DF4-9142-1C08C145501F at ucsd.edu>>>
> > Content-Type: text/plain; charset=utf-8
> >
> > Just to clarify, as in retrospect my previous email was a little 
> confusing.
> >
> > I do have "useKPP=.TRUE." in data.pkg. And I know KPP is running 
> because I get the expected variable vertical viscosity when I print 
> out the relevant diagnostic.
> >
> > But I still have the issue with the simulation appearing to ignore 
> the parameters in data.kpp
> >
> > Thanks,
> > Donald
> >
> >
> > > On Oct 17, 2017, at 4:13 PM, Dimitris Menemenlis 
> <dmenemenlis at gmail.com <mailto:dmenemenlis at gmail.com> 
> <mailto:dmenemenlis at gmail.com <mailto:dmenemenlis at gmail.com>>> wrote:
> > >
> > > Did you specify "useKPP=.TRUE." in data.pkg?
> > >
> > >> On Oct 17, 2017, at 4:06 PM, Donald Slater <daslater at ucsd.edu 
> <mailto:daslater at ucsd.edu> <mailto:daslater at ucsd.edu 
> <mailto:daslater at ucsd.edu>>> wrote:
> > >>
> > >> Hi,
> > >>
> > >> I am running some simulations with the KPP package enabled, but I 
> think I have a strange problem reading parameters from data.kpp. I 
> noticed this because I changed some parameters (difm0, difs0 and 
> dift0) without having any effect on my simulation.
> > >>
> > >> The output stream from my simulation suggests that data.kpp is 
> being read (i.e. I get the lines "KPP_INIT: opening data.kpp ? 
> OPEN_COPY_DATA_FILE: opening file data.kpp ... KPP_INIT: finished 
> reading data.kpp?).
> > >>
> > >> However if I try to trip the simulation up by inserting things 
> which don?t make sense into data.kpp, for example setting "difm0 = 
> Donald?, the simulation carries on as usual with the default value for 
> difm0 and no error messages. In contrast, if I insert something silly 
> into data.icefront (e.g. icefrontthetasurface = Donald), the 
> simulation immediately stops. This suggests to me that somehow difm0 
> (and perhaps the other parameters in data.kpp) are not actually being 
> read.
> > >>
> > >> This reminds me a little of another message on the support list 
> (http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html 
> <http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html%20><http://mailman.mitgcm.org/pipermail/mitgcm-support/2005-July/003245.html>). 
> I?ve looked at kpp_readparms and compared it to similar files for 
> other packages but can?t see anything amiss.
> > >>
> > >> Has anyone experienced this or can offer any pointers as to what 
> might be going on?
> > >>
> > >> Many thanks,
> > >> Donald
> > >>
> > >> _______________________________________________
> > >> MITgcm-support mailing list
> > >> MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org> 
> <mailto:MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>>
> > >> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support 
> <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support%20><http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> > >
> > > _______________________________________________
> > > MITgcm-support mailing list
> > > MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org> 
> <mailto:MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>>
> > > http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support 
> <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support%20><http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> >
> >
> >
> > ------------------------------
> >
> > Message: 5
> > Date: Wed, 18 Oct 2017 08:16:17 +0000 (UTC)
> > From: rahele shafiee <rahele_shafiee at yahoo.com 
> <mailto:rahele_shafiee at yahoo.com> <mailto:rahele_shafiee at yahoo.com 
> <mailto:rahele_shafiee at yahoo.com>>>
> > To: MITgcm Support <mitgcm-support at mitgcm.org 
> <mailto:mitgcm-support at mitgcm.org> <mailto:mitgcm-support at mitgcm.org 
> <mailto:mitgcm-support at mitgcm.org>>>,
> >? ? "mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org> 
> <mailto:mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org>>"
> >? ? <mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org> 
> <mailto:mitgcm-support-request at mitgcm.org 
> <mailto:mitgcm-support-request at mitgcm.org>>>
> > Subject: [MITgcm-support] Number of tracers
> > Message-ID: <967454873.90466.1508314577675 at mail.yahoo.com 
> <mailto:967454873.90466.1508314577675 at mail.yahoo.com> 
> <mailto:967454873.90466.1508314577675 at mail.yahoo.com 
> <mailto:967454873.90466.1508314577675 at mail.yahoo.com>>>
> > Content-Type: text/plain; charset="utf-8"
> >
> > Hi every oneI want to add two tracers to my model. I set in the 
> PTRACERS_SIZE.hthe number of tracers and set the data.ptracers file 
> for tracers. When thenumber of my tracers is 1, I have no problem in 
> running the model, but with theaddition of the number of tracers, the 
> model gives an error: (PTRACERS_MNC_INIT ERROR: PTRACERS_names(? 2) is 
> blank--please name it in 'data.ptracers')? While tracer name 2 is not 
> blank. Do I need othersettings?Best ragard?Raheleh
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: 
> <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20171018/46d0eb69/attachment-0001.html 
> <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20171018/46d0eb69/attachment-0001.html%20><http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20171018/46d0eb69/attachment-0001.html>>
> >
> > ------------------------------
> >
> > Message: 6
> > Date: Wed, 18 Oct 2017 16:16:56 +0300
> > From: Hadar Berman <hadarberman at gmail.com 
> <mailto:hadarberman at gmail.com> <mailto:hadarberman at gmail.com 
> <mailto:hadarberman at gmail.com>>>
> > To: mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org> 
> <mailto:mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>>
> > Subject: [MITgcm-support] Input of warm water in depth
> > Message-ID: <710EFCB9-41E3-44B0-AA3C-D30624FF888A at gmail.com 
> <mailto:710EFCB9-41E3-44B0-AA3C-D30624FF888A at gmail.com> 
> <mailto:710EFCB9-41E3-44B0-AA3C-D30624FF888A at gmail.com 
> <mailto:710EFCB9-41E3-44B0-AA3C-D30624FF888A at gmail.com>>>
> > Content-Type: text/plain; charset=us-ascii
> >
> > Dear all,
> >
> > I am using the MITgcm with specified heat and water fluxes and 
> relaxation for the region of the Gulf of Elat.
> > I would like to check how an input of warmer water entering in 
> different depths from the boundary can effect the surrounding water.
> >
> > I have tried using the obcs pkg, but specifying the temperature in 
> the boundary seems to have a higher effect then should be, and it is 
> not correlated with the discharge (or velocities) entering though the 
> boundary (even when specifying velocities of zero, I still see a great 
> effect due to the temperature of the boundary).
> >
> > As far as I can tell, since I need to check the effect of the water 
> entering in differing depths (and not only on the surface), I can not 
> use the surface forcing via evaporation minus precipitation 
> (EmPmRFile) or the external forcing package (runoffFile).
> >
> > Any ideas?
> > Thanks,
> > Hadar Berman.
> >
> >
> >
> >
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > MITgcm-support mailing list
> > MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org> 
> <mailto:MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>>
> > http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support 
> <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support%20><http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> >
> >
> > ------------------------------
> >
> > End of MITgcm-support Digest, Vol 172, Issue 5
> > **********************************************
> > _______________________________________________
> > MITgcm-support mailing list
> > MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>
> > http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20171020/a0b2ead7/attachment.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org <mailto:MITgcm-support at mitgcm.org>
> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support
>
>
> ------------------------------
>
> End of MITgcm-support Digest, Vol 172, Issue 9
> **********************************************
>
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support

-- 
Christoph Voelker
Alfred Wegener Institute for Polar and Marine Research
Am Handelshafen 12
27570 Bremerhaven, Germany
e: Christoph.Voelker at awi.de
t: +49 471 4831 1848

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20171022/818a9d96/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
MITgcm-support mailing list
MITgcm-support at mitgcm.org
http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support


------------------------------

End of MITgcm-support Digest, Vol 172, Issue 11
***********************************************
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20171022/472b2665/attachment-0001.html>


More information about the MITgcm-support mailing list