[MITgcm-support] MITgcm-support Digest, Vol 141, Issue 29

josue_pingu at ciencias.unam.mx josue_pingu at ciencias.unam.mx
Sat Mar 21 22:39:37 EDT 2015


Hello Martin,

Thanks for your help. I solved the problem and implemented Ptraces to 
Plume on Slope mode, I did what you told me and also comment the next 
lines.
	C      IF (useOrlanskiEast) THEN
	C       WRITE(msgBuf,'(A)')
	C    &       'OBCS_CALC: ERROR: useOrlanskiEast Rad OBC with'
	C       CALL PRINT_ERROR( msgBuf, myThid )
	C       WRITE(msgBuf,'(A)')
	C    &       'OBCS_CALC: ERROR: pTracers not yet implemented'
	C       CALL PRINT_ERROR( msgBuf, myThid )
	C       STOP 'ABNORMAL END: S/R OBCS_CALC'
	C      ELSE
	        DO iTracer=1,PTRACERS_numInUse
	         DO k=1,Nr
	          DO j=1-OLy,sNy+OLy
	           IF ( OB_Ie(j,bi,bj).NE.OB_indexNone ) THEN
	            I_obc = OB_Ie(j,bi,bj)
	            OBEptr(j,k,bi,bj,iTracer) = 1
	           ENDIF
	          ENDDO
	         ENDDO
	        ENDDO
	C      ENDIF
In the obcs_calc.F file.
Again, Thanks

Regards, Josué Martínez Moreno
P.S. I hope those messages could help someone else.

> 
> Message: 3
> Date: Fri, 20 Mar 2015 10:52:50 +0100
> From: Martin Losch <Martin.Losch at awi.de>
> To: MITgcm Support <mitgcm-support at mitgcm.org>
> Subject: Re: [MITgcm-support] MITgcm-support Digest, Vol 141, Issue 28
> Message-ID: <94D078E0-2489-4545-A8E2-22F2F26B00BE at awi.de>
> Content-Type: text/plain; charset="utf-8"
> 
> Please have closer look at the error message, in particular:
>>  OBCS_CHECK:  useOrlanski* OBC not yet implemented for pTracers
> so the code stops. You can remove the code in OCBS_CHECK (in 
> particular the "errCount = errCount + 1?), but then the model may do 
> something funny for passive tracers, you?ll have check obcs_calc.F to 
> see what will happen to ptracers in this case.
> 
> M.
> 
>>  On 20 Mar 2015, at 05:20, josue_pingu at ciencias.unam.mx wrote:
>> 
>>  Hello Martin,
>> 
>>  Thanks, I forgot one & at the end of the name list. But now, I get 
>> an error, the message is:
>> 
>>  ** WARNING ** INI_MODEL_IO: use tiled-files to write sections (for 
>> OBCS)
>>  OBCS_CHECK:  useOrlanski* OBC not yet implemented for pTracers
>>  OBCS_CHECK: detected  1 fatal error(s)
>>  S/R ALL_PROC_DIE: ending the run
>>  STOP ABNORMAL END: S/R OBCS_CHECK
>> 
>>  I'm checking the code inside obcs_calc.F but I don't know where is 
>> the error.
>> 
>>  The data.ptraces file is:
>> 
>>   &PTRACERS_PARM01
>>   PTRACERS_numInUse=1,
>>   PTRACERS_ref(1:8,1) = 8*35.,
>>   PTRACERS_names(1)='Tr',
>>   PTRACERS_advScheme(1)=4,
>>   &
>> 
>>  I add this line in the obcs_calc.F file:
>>                 OBETr(j,k,bi,bj)=1.
>> 
>>  Regards, Josu? Mart?nez
>> 
>>  El jue, 19 de mar 2015 a las 10:00 , 
>> mitgcm-support-request at mitgcm.org escribi?:
>>>  Send MITgcm-support mailing list submissions to
>>>  	mitgcm-support at mitgcm.org
>>> 
>>>  Today's Topics:
>>> 
>>>     1. Ptraces in Plume on slope esperiment (Error)
>>>        (josue_pingu at ciencias.unam.mx)
>>>     2. Re: Ptraces in Plume on slope esperiment (Error) (Martin 
>>> Losch)
>>> 
>>>  Date: Thu, 19 Mar 2015 09:26:19 +0100
>>>  From: Martin Losch <Martin.Losch at awi.de>
>>>  To: MITgcm Support <mitgcm-support at mitgcm.org>
>>>  Subject: Re: [MITgcm-support] Ptraces in Plume on slope esperiment
>>>  	(Error)
>>>  Message-ID: <6F707F3F-85AF-474E-A8D4-CA96A509CDD9 at awi.de>
>>>  Content-Type: text/plain; charset="utf-8"
>>> 
>>>  Josue,
>>> 
>>>  very likely there?s a problem with your data.ptracers because 
>>> that?s the only file that ptracers_readparms.f opens and reads; 
>>> maybe you forgot the ?&" or ?/? at the end of the name list. Please 
>>> compare with data.ptracers namelist of other verification 
>>> experiments (ls verification/*/input*/data.ptracers)
>>> 
>>>  Martin
>>> 
>>> 
>>>   On 19 Mar 2015, at 05:16, josue_pingu at ciencias.unam.mx wrote:
>>> 
>>>   Hello MITgcm developers,
>>> 
>>>   I'm trying  add Ptraces to plume on slope experiment. I began 
>>> following step by step the indications in the link bellow.
>>> 
>>>  http://mitgcm.org/pipermail/mitgcm-support/2008-April/005358.html
>>> 
>>>   But, the model send me an error message that say:
>>>   ./mitgcmuv > output.txt
>>>   At line 1987 of file ptracers_readparms.f (unit = 11, file = 
>>> '/tmp/gfortrantmpfY2x3y')
>>>   Fortran runtime error: End of file
>>>   Also I compared the code of others experiments, but I can't solve 
>>> the problem.
>>>   Could you help?
>>>   I will be happy to use Ptracers as another parameter and variable 
>>> in the model.
>>> 
>>>   Regards, Josu? Mart?nez Moreno
>>>   _______________________________________________
>>>   MITgcm-support mailing list
>>>   MITgcm-support at mitgcm.org
>>> 
>>>  http://mitgcm.org/mailman/listinfo/mitgcm-support
>>> 
>>> 
>>> 
>>> 
>>>  ------------------------------
>>> 
>>>  _______________________________________________
>>>  MITgcm-support mailing list
>>>  MITgcm-support at mitgcm.org
>>> 
>>>  http://mitgcm.org/mailman/listinfo/mitgcm-support
>>> 
>>> 
>>> 
>>>  End of MITgcm-support Digest, Vol 141, Issue 28
>>>  ***********************************************
>>> 
>>  _______________________________________________
>>  MITgcm-support mailing list
>>  MITgcm-support at mitgcm.org
>>  http://mitgcm.org/mailman/listinfo/mitgcm-support
> 
> 
> 
> 
> ------------------------------
> 
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support
> 
> 
> End of MITgcm-support Digest, Vol 141, Issue 29
> ***********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20150321/96a4a8ee/attachment.htm>


More information about the MITgcm-support mailing list