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

Dustin Carroll dcarroll at uoregon.edu
Fri Oct 20 14:49:00 EDT 2017


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> 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 <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 <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. 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>>
> To: 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>>
> 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>). 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>>
> To: MITgcm Support <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>>
> 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>> 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>). 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>
> > http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support <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>>
> To: 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>>
> 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>> 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>> 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>). 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>
> >> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> > 
> > _______________________________________________
> > MITgcm-support mailing list
> > 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>
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Tue, 17 Oct 2017 16:45:11 -0700
> From: Donald Slater <daslater at ucsd.edu <mailto:daslater at ucsd.edu>>
> To: 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>>
> 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>> 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>> 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>). 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>
> >> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support <http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support>
> > 
> > _______________________________________________
> > MITgcm-support mailing list
> > 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>
> 
> 
> 
> ------------------------------
> 
> 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>>
> To: MITgcm Support <mitgcm-support at mitgcm.org <mailto:mitgcm-support at mitgcm.org>>,
>     "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>>
> Subject: [MITgcm-support] Number of tracers
> Message-ID: <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>>
> 
> ------------------------------
> 
> Message: 6
> Date: Wed, 18 Oct 2017 16:16:56 +0300
> From: Hadar Berman <hadarberman at gmail.com <mailto:hadarberman at gmail.com>>
> To: 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>>
> 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>
> http://mailman.mitgcm.org/mailman/listinfo/mitgcm-support <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
> 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-0001.html>


More information about the MITgcm-support mailing list