From jennifer.m.adams at nasa.gov Mon Dec 2 15:19:39 2019 From: jennifer.m.adams at nasa.gov (Adams, Jennifer M. (GSFC-610.2)[ADNET SYSTEMS INC]) Date: Mon, 2 Dec 2019 20:19:39 +0000 Subject: [gradsusr] [EXTERNAL] Plotting station data in Grads In-Reply-To: References: Message-ID: Hi, Zilore ? There is some documentation on plotting station models at http://cola.gmu.edu/grads/gadoc/usingstationdata.html#model, which has some tips in there regarding what happens when some data values are missing. Also, try changing ?set dignum? to increase the number of significant digits. --Jennifer -- Jennifer Miletta Adams ADNET Systems, Inc. NASA/GSFC, Code 610.2 Building 32, Room S159 (301) 614-6070 From: gradsusr on behalf of Zilore Mumba Reply-To: GrADS Users Forum Date: Tuesday, November 26, 2019 at 2:34 AM To: GrADS Users Forum Subject: [EXTERNAL] [gradsusr] Plotting station data in Grads I did find a solution to write binary station data using gfortran, which, if may help someone else is: access="stream" in place of recordtype="stream". however I need help to understand the following: Firstly I attach the station data which was written to binary (and two plots from that data). When I display the data with: set gxout model d u;v;t;d;slp,0.0.cld,wx,vis Only the wind is displayed correctly. Only the first letter is displayed for temperature, dew point temp and pressure.. The cld, wx and vis variables seem. to be unused. When I multiply every variable by 10 (except for wind), temperature, dew point and pressure display correctly but missing values, set to -99, display as -9. I am using Grads-1.8SL11.fedora on Centos 6.7. I have difficulty installing newer versions of Grads. I have used station data before and have never experienced this problem. I will appreciate any assistance. -------------- next part -------------- An HTML attachment was scrubbed... URL: From zmumba at gmail.com Wed Dec 4 04:40:38 2019 From: zmumba at gmail.com (Zilore Mumba) Date: Wed, 4 Dec 2019 11:40:38 +0200 Subject: [gradsusr] gradsusr Digest, Vol 118, Issue 1 In-Reply-To: References: Message-ID: Thank you Jennifer, My question was really to find out: 1. Why I have to multiply by 10 to have temperature,dew point and pressure. I have used this for years and I do not remember multiplying by 10. 2. Why visibility and present weather, visibility and clouds are not plotted. Am I right to suspect that the gfortran compile is not good enough for this? On Tue, Dec 3, 2019 at 7:01 PM wrote: > Send gradsusr mailing list submissions to > gradsusr at gradsusr.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://gradsusr.org/mailman/listinfo/gradsusr > or, via email, send a message with subject or body 'help' to > gradsusr-request at gradsusr.org > > You can reach the person managing the list at > gradsusr-owner at gradsusr.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of gradsusr digest..." > > > Today's Topics: > > 1. Re: [EXTERNAL] Plotting station data in Grads > (Adams, Jennifer M. (GSFC-610.2)[ADNET SYSTEMS INC]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 2 Dec 2019 20:19:39 +0000 > From: "Adams, Jennifer M. (GSFC-610.2)[ADNET SYSTEMS INC]" > > To: GrADS Users Forum > Subject: Re: [gradsusr] [EXTERNAL] Plotting station data in Grads > Message-ID: > Content-Type: text/plain; charset="utf-8" > > > Hi, Zilore ? > There is some documentation on plotting station models at > http://cola.gmu.edu/grads/gadoc/usingstationdata.html#model, which has > some tips in there regarding what happens when some data values are > missing. Also, try changing ?set dignum? to increase the number of > significant digits. > --Jennifer > > > > -- > Jennifer Miletta Adams > ADNET Systems, Inc. > NASA/GSFC, Code 610.2 > Building 32, Room S159 > (301) 614-6070 > > > From: gradsusr on behalf of Zilore Mumba < > zmumba at gmail.com> > Reply-To: GrADS Users Forum > Date: Tuesday, November 26, 2019 at 2:34 AM > To: GrADS Users Forum > Subject: [EXTERNAL] [gradsusr] Plotting station data in Grads > > I did find a solution to write binary station data using gfortran, which, > if may help someone else is: > access="stream" in place of recordtype="stream". > however I need help to understand the following: > Firstly I attach the station data which was written to binary (and two > plots from that data). When I display the data with: > set gxout model > d u;v;t;d;slp,0.0.cld,wx,vis > Only the wind is displayed correctly. Only the first letter is displayed > for temperature, dew point temp and pressure.. The cld, wx and vis > variables seem. to be unused. When I multiply every variable by 10 (except > for wind), temperature, dew point and pressure display correctly but > missing values, set to -99, display as -9. > I am using Grads-1.8SL11.fedora on Centos 6.7. I have difficulty > installing newer versions of Grads. > I have used station data before and have never experienced this problem. I > will appreciate any assistance. > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://gradsusr.org/pipermail/gradsusr/attachments/20191202/d094c26b/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > > > ------------------------------ > > End of gradsusr Digest, Vol 118, Issue 1 > **************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tanmays at barc.gov.in Thu Dec 5 05:30:31 2019 From: tanmays at barc.gov.in (Tanmay Sarkar) Date: Thu, 5 Dec 2019 16:00:31 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file Message-ID: <002801d5ab57$0561af10$10250d30$@barc.gov.in> Dear GrADS users, I have a file grd file (also having netcdf file) of t dimension varying from 1 to 120. Now I want to make a file of t dimension of 1 to (120+12= )132. The first 12 data which I am going to add is just the repetition of second 12 data in new file. (or saying in another way, I want to repeat the first 12 data of old file in t dimension to make new file with total 120+12=132 t dimension) Any idea regarding this using GrADS will be appreciable. Thank you in advance of reading my problem. -- Thanks and Regards ~~~~~~~~~~~~~~~~~~~~~~~~~ Tanmay Sarkar Scientific Officer D Safety Studies Section Health Physics Division Bhabha Atomic Research Centre Trombay, Mumbai -? 400 085 & PhD Student Homi Bhabha National Institute ========================= Contacts: +91-22-25592359 (O) +91-9920134749 (M) ========================= -------------- next part -------------- An HTML attachment was scrubbed... URL: From suman.buie at gmail.com Thu Dec 5 06:48:30 2019 From: suman.buie at gmail.com (Dr. Suman Maity) Date: Thu, 5 Dec 2019 17:18:30 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: <002801d5ab57$0561af10$10250d30$@barc.gov.in> References: <002801d5ab57$0561af10$10250d30$@barc.gov.in> Message-ID: Dear Tanmoy I don't think it's easier in grads and consequently it is problematic to write multi-timestep netcdf file in grads. However, it's very easy to implement using cdo (as you told you have corresponding netcdf file). The procedure will be the following: Lets suppose you first file name (that having 12 timestep) is file120.nc. Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc first12.nc file132.nc Now, file132.nc will contain 132 timesteps where first 120 timesteps will be from file120.nc (original) and rest 12 timestep will be from first12.nc (first 12 timestep of file120.nc). I hope it will solve your problem. Cheers!!!!!! Best Suman __________________________________________________________________ On 12/5/19, Tanmay Sarkar wrote: > Dear GrADS users, > > I have a file grd file (also having netcdf file) of t dimension varying from > 1 to 120. > > Now I want to make a file of t dimension of 1 to (120+12= )132. > > The first 12 data which I am going to add is just the repetition of second > 12 data in new file. (or saying in another way, I want to repeat the first > 12 data of old file in t dimension to make new file with total 120+12=132 t > dimension) > > > > Any idea regarding this using GrADS will be appreciable. > > Thank you in advance of reading my problem. > > > > -- > > Thanks and Regards > > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > Tanmay Sarkar > > Scientific Officer D > > Safety Studies Section > > Health Physics Division > > Bhabha Atomic Research Centre > > Trombay, Mumbai -? 400 085 > > & > > PhD Student > > Homi Bhabha National Institute > > ========================= > > Contacts: > > +91-22-25592359 (O) > > +91-9920134749 (M) > > ========================= > > > > -- ++++++++++++++++++++++++++++++++++++ Dr. Suman Maity Research Scientist Interdisciplinary Program in Climate Studies Indian Institute of Technology Bombay Powai, Mumbai-400076, Maharashtra India. ++++++++++++++++++++++++++++++++++++ From tanmays at barc.gov.in Thu Dec 5 07:05:31 2019 From: tanmays at barc.gov.in (Tanmay Sarkar) Date: Thu, 5 Dec 2019 17:35:31 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file Message-ID: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Dear Sir, Thank you so much for your reply. I have used this option. It is creating merged *.nc file. But that merged file is not opening using GrADS. It is giving some error saying "time unit has too small and increment". Don?t know why I am not able to visualize. That why I am confused. -- Thanks and Regards ~~~~~~~~~~~~~~~~~~~~~~~~~ Tanmay Sarkar Scientific Officer D Safety Studies Section Health Physics Division Bhabha Atomic Research Centre Trombay, Mumbai -? 400 085 & PhD Student Homi Bhabha National Institute ========================= Contacts: +91-22-25592359 (O) +91-9920134749 (M) ========================= -----Original Message----- From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. Suman Maity Sent: 05 December 2019 17:19 To: GrADS Users Forum Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file Dear Tanmoy I don't think it's easier in grads and consequently it is problematic to write multi-timestep netcdf file in grads. However, it's very easy to implement using cdo (as you told you have corresponding netcdf file). The procedure will be the following: Lets suppose you first file name (that having 12 timestep) is file120.nc. Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc first12.nc file132.nc Now, file132.nc will contain 132 timesteps where first 120 timesteps will be from file120.nc (original) and rest 12 timestep will be from first12.nc (first 12 timestep of file120.nc). I hope it will solve your problem. Cheers!!!!!! Best Suman __________________________________________________________________ On 12/5/19, Tanmay Sarkar wrote: > Dear GrADS users, > > I have a file grd file (also having netcdf file) of t dimension > varying from > 1 to 120. > > Now I want to make a file of t dimension of 1 to (120+12= )132. > > The first 12 data which I am going to add is just the repetition of > second > 12 data in new file. (or saying in another way, I want to repeat the > first > 12 data of old file in t dimension to make new file with total > 120+12=132 t > dimension) > > > > Any idea regarding this using GrADS will be appreciable. > > Thank you in advance of reading my problem. > > > > -- > > Thanks and Regards > > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > Tanmay Sarkar > > Scientific Officer D > > Safety Studies Section > > Health Physics Division > > Bhabha Atomic Research Centre > > Trombay, Mumbai -? 400 085 > > & > > PhD Student > > Homi Bhabha National Institute > > ========================= > > Contacts: > > +91-22-25592359 (O) > > +91-9920134749 (M) > > ========================= > > > > -- ++++++++++++++++++++++++++++++++++++ Dr. Suman Maity Research Scientist Interdisciplinary Program in Climate Studies Indian Institute of Technology Bombay Powai, Mumbai-400076, Maharashtra India. ++++++++++++++++++++++++++++++++++++ _______________________________________________ gradsusr mailing list gradsusr at gradsusr.org http://gradsusr.org/mailman/listinfo/gradsusr From andfried at gmail.com Thu Dec 5 11:05:38 2019 From: andfried at gmail.com (Andrew Friedman) Date: Thu, 5 Dec 2019 16:05:38 +0000 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> References: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Message-ID: Hi Tanmay, I've addressed before by writing a ncap script (http://nco.sourceforge.net/nco.html)to convert the time increment to a larger value. I don't have access to my files right now, but I can post an example later. -Andrew > On 5 Dec 2019, at 12:05, Tanmay Sarkar wrote: > > Dear Sir, > Thank you so much for your reply. I have used this option. It is creating merged *.nc file. But that merged file is not opening using GrADS. It is giving some error saying "time unit has too small and increment". > Don?t know why I am not able to visualize. That why I am confused. > > -- > Thanks and Regards > ~~~~~~~~~~~~~~~~~~~~~~~~~ > Tanmay Sarkar > Scientific Officer D > Safety Studies Section > Health Physics Division > Bhabha Atomic Research Centre > Trombay, Mumbai -? 400 085 > & > PhD Student > Homi Bhabha National Institute > ========================= > Contacts: > +91-22-25592359 (O) > +91-9920134749 (M) > ========================= > > > > -----Original Message----- > From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. Suman Maity > Sent: 05 December 2019 17:19 > To: GrADS Users Forum > Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file > > Dear Tanmoy > I don't think it's easier in grads and consequently it is problematic to write multi-timestep netcdf file in grads. However, it's very easy to implement using cdo (as you told you have corresponding netcdf file). The procedure will be the following: > Lets suppose you first file name (that having 12 timestep) is file120.nc. Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc first12.nc file132.nc > > Now, file132.nc will contain 132 timesteps where first 120 timesteps will be from file120.nc (original) and rest 12 timestep will be from first12.nc (first 12 timestep of file120.nc). > > I hope it will solve your problem. > > Cheers!!!!!! > > Best > Suman > __________________________________________________________________ >> On 12/5/19, Tanmay Sarkar wrote: >> Dear GrADS users, >> >> I have a file grd file (also having netcdf file) of t dimension >> varying from >> 1 to 120. >> >> Now I want to make a file of t dimension of 1 to (120+12= )132. >> >> The first 12 data which I am going to add is just the repetition of >> second >> 12 data in new file. (or saying in another way, I want to repeat the >> first >> 12 data of old file in t dimension to make new file with total >> 120+12=132 t >> dimension) >> >> >> >> Any idea regarding this using GrADS will be appreciable. >> >> Thank you in advance of reading my problem. >> >> >> >> -- >> >> Thanks and Regards >> >> ~~~~~~~~~~~~~~~~~~~~~~~~~ >> >> Tanmay Sarkar >> >> Scientific Officer D >> >> Safety Studies Section >> >> Health Physics Division >> >> Bhabha Atomic Research Centre >> >> Trombay, Mumbai -? 400 085 >> >> & >> >> PhD Student >> >> Homi Bhabha National Institute >> >> ========================= >> >> Contacts: >> >> +91-22-25592359 (O) >> >> +91-9920134749 (M) >> >> ========================= > > > -- > ++++++++++++++++++++++++++++++++++++ > Dr. Suman Maity > Research Scientist > Interdisciplinary Program in Climate Studies Indian Institute of Technology Bombay Powai, Mumbai-400076, Maharashtra India. > ++++++++++++++++++++++++++++++++++++ > > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > > > > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr -------------- next part -------------- An HTML attachment was scrubbed... URL: From suman.buie at gmail.com Thu Dec 5 13:31:58 2019 From: suman.buie at gmail.com (Dr. Suman Maity) Date: Fri, 6 Dec 2019 00:01:58 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> References: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Message-ID: Dear Tammy Is it possible for you to share your netcdf file? If the sige is big then cut it to a smaller domain by cdo sellonlatbox. I will check it and reply accordingly. Best Suman On Thu 5 Dec, 2019, 5:34 PM Tanmay Sarkar, wrote: > Dear Sir, > Thank you so much for your reply. I have used this option. It is creating > merged *.nc file. But that merged file is not opening using GrADS. It is > giving some error saying "time unit has too small and increment". > Don?t know why I am not able to visualize. That why I am confused. > > -- > Thanks and Regards > ~~~~~~~~~~~~~~~~~~~~~~~~~ > Tanmay Sarkar > Scientific Officer D > Safety Studies Section > Health Physics Division > Bhabha Atomic Research Centre > Trombay, Mumbai -? 400 085 > & > PhD Student > Homi Bhabha National Institute > ========================= > Contacts: > +91-22-25592359 (O) > +91-9920134749 (M) > ========================= > > > > -----Original Message----- > From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. > Suman Maity > Sent: 05 December 2019 17:19 > To: GrADS Users Forum > Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina > grd file > > Dear Tanmoy > I don't think it's easier in grads and consequently it is problematic to > write multi-timestep netcdf file in grads. However, it's very easy to > implement using cdo (as you told you have corresponding netcdf file). The > procedure will be the following: > Lets suppose you first file name (that having 12 timestep) is file120.nc. > Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc > first12.nc file132.nc > > Now, file132.nc will contain 132 timesteps where first 120 timesteps will > be from file120.nc (original) and rest 12 timestep will be from first12.nc > (first 12 timestep of file120.nc). > > I hope it will solve your problem. > > Cheers!!!!!! > > Best > Suman > __________________________________________________________________ > On 12/5/19, Tanmay Sarkar wrote: > > Dear GrADS users, > > > > I have a file grd file (also having netcdf file) of t dimension > > varying from > > 1 to 120. > > > > Now I want to make a file of t dimension of 1 to (120+12= )132. > > > > The first 12 data which I am going to add is just the repetition of > > second > > 12 data in new file. (or saying in another way, I want to repeat the > > first > > 12 data of old file in t dimension to make new file with total > > 120+12=132 t > > dimension) > > > > > > > > Any idea regarding this using GrADS will be appreciable. > > > > Thank you in advance of reading my problem. > > > > > > > > -- > > > > Thanks and Regards > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > Tanmay Sarkar > > > > Scientific Officer D > > > > Safety Studies Section > > > > Health Physics Division > > > > Bhabha Atomic Research Centre > > > > Trombay, Mumbai -? 400 085 > > > > & > > > > PhD Student > > > > Homi Bhabha National Institute > > > > ========================= > > > > Contacts: > > > > +91-22-25592359 (O) > > > > +91-9920134749 (M) > > > > ========================= > > > > > > > > > > > -- > ++++++++++++++++++++++++++++++++++++ > Dr. Suman Maity > Research Scientist > Interdisciplinary Program in Climate Studies Indian Institute of > Technology Bombay Powai, Mumbai-400076, Maharashtra India. > ++++++++++++++++++++++++++++++++++++ > > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kishoreragi at gmail.com Thu Dec 5 13:59:34 2019 From: kishoreragi at gmail.com (Kishore Ragi) Date: Fri, 6 Dec 2019 00:29:34 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: References: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Message-ID: I don't think Suman's CDO solution may not work. cdo mergetime file120.nc first12.nc file132.nc first12.nc's timesteps are the part of file120.nc, so in the cdo mergetime output may not write the same timesteps twice. Therefore, the file132.nc may have only 120 timesteps; however, I may be wrong as well. Regards, Kishore *Department of Chemistry,* *National Institute of Technology, Rourkela,* *India- 769008* *Phone: +91-8908671881http://www.researchgate.net/profile/Kishore_Ragi https://in.linkedin.com/in/kishoreragi * On Fri, Dec 6, 2019 at 12:06 AM Dr. Suman Maity wrote: > Dear Tammy > Is it possible for you to share your netcdf file? If the sige is big then > cut it to a smaller domain by cdo sellonlatbox. > I will check it and reply accordingly. > > Best > Suman > > On Thu 5 Dec, 2019, 5:34 PM Tanmay Sarkar, wrote: > >> Dear Sir, >> Thank you so much for your reply. I have used this option. It is creating >> merged *.nc file. But that merged file is not opening using GrADS. It is >> giving some error saying "time unit has too small and increment". >> Don?t know why I am not able to visualize. That why I am confused. >> >> -- >> Thanks and Regards >> ~~~~~~~~~~~~~~~~~~~~~~~~~ >> Tanmay Sarkar >> Scientific Officer D >> Safety Studies Section >> Health Physics Division >> Bhabha Atomic Research Centre >> Trombay, Mumbai -? 400 085 >> & >> PhD Student >> Homi Bhabha National Institute >> ========================= >> Contacts: >> +91-22-25592359 (O) >> +91-9920134749 (M) >> ========================= >> >> >> >> -----Original Message----- >> From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. >> Suman Maity >> Sent: 05 December 2019 17:19 >> To: GrADS Users Forum >> Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina >> grd file >> >> Dear Tanmoy >> I don't think it's easier in grads and consequently it is problematic to >> write multi-timestep netcdf file in grads. However, it's very easy to >> implement using cdo (as you told you have corresponding netcdf file). The >> procedure will be the following: >> Lets suppose you first file name (that having 12 timestep) is file120.nc. >> Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc >> first12.nc file132.nc >> >> Now, file132.nc will contain 132 timesteps where first 120 timesteps >> will be from file120.nc (original) and rest 12 timestep will be from >> first12.nc (first 12 timestep of file120.nc). >> >> I hope it will solve your problem. >> >> Cheers!!!!!! >> >> Best >> Suman >> __________________________________________________________________ >> On 12/5/19, Tanmay Sarkar wrote: >> > Dear GrADS users, >> > >> > I have a file grd file (also having netcdf file) of t dimension >> > varying from >> > 1 to 120. >> > >> > Now I want to make a file of t dimension of 1 to (120+12= )132. >> > >> > The first 12 data which I am going to add is just the repetition of >> > second >> > 12 data in new file. (or saying in another way, I want to repeat the >> > first >> > 12 data of old file in t dimension to make new file with total >> > 120+12=132 t >> > dimension) >> > >> > >> > >> > Any idea regarding this using GrADS will be appreciable. >> > >> > Thank you in advance of reading my problem. >> > >> > >> > >> > -- >> > >> > Thanks and Regards >> > >> > ~~~~~~~~~~~~~~~~~~~~~~~~~ >> > >> > Tanmay Sarkar >> > >> > Scientific Officer D >> > >> > Safety Studies Section >> > >> > Health Physics Division >> > >> > Bhabha Atomic Research Centre >> > >> > Trombay, Mumbai -? 400 085 >> > >> > & >> > >> > PhD Student >> > >> > Homi Bhabha National Institute >> > >> > ========================= >> > >> > Contacts: >> > >> > +91-22-25592359 (O) >> > >> > +91-9920134749 (M) >> > >> > ========================= >> > >> > >> > >> > >> >> >> -- >> ++++++++++++++++++++++++++++++++++++ >> Dr. Suman Maity >> Research Scientist >> Interdisciplinary Program in Climate Studies Indian Institute of >> Technology Bombay Powai, Mumbai-400076, Maharashtra India. >> ++++++++++++++++++++++++++++++++++++ >> >> _______________________________________________ >> gradsusr mailing list >> gradsusr at gradsusr.org >> http://gradsusr.org/mailman/listinfo/gradsusr >> >> >> _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > -------------- next part -------------- An HTML attachment was scrubbed... URL: From suman.buie at gmail.com Thu Dec 5 14:10:40 2019 From: suman.buie at gmail.com (Dr. Suman Maity) Date: Fri, 6 Dec 2019 00:40:40 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: References: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Message-ID: Thank you Kishore. You are correct. The year of the file first12 should be changed using cdo settime and settaxis. After that only mergetime will work. Best Suman On Fri 6 Dec, 2019, 12:33 AM Kishore Ragi, wrote: > I don't think Suman's CDO solution may not work. > cdo mergetime file120.nc first12.nc file132.nc > > first12.nc's timesteps are the part of file120.nc, so in the cdo > mergetime output may not write the same timesteps twice. Therefore, the > file132.nc may have only 120 timesteps; however, I may be wrong as well. > > Regards, > Kishore > > *Department of Chemistry,* > > *National Institute of Technology, Rourkela,* > > *India- 769008* > > > > > > *Phone: +91-8908671881http://www.researchgate.net/profile/Kishore_Ragi > https://in.linkedin.com/in/kishoreragi > * > > > On Fri, Dec 6, 2019 at 12:06 AM Dr. Suman Maity > wrote: > >> Dear Tammy >> Is it possible for you to share your netcdf file? If the sige is big then >> cut it to a smaller domain by cdo sellonlatbox. >> I will check it and reply accordingly. >> >> Best >> Suman >> >> On Thu 5 Dec, 2019, 5:34 PM Tanmay Sarkar, wrote: >> >>> Dear Sir, >>> Thank you so much for your reply. I have used this option. It is >>> creating merged *.nc file. But that merged file is not opening using GrADS. >>> It is giving some error saying "time unit has too small and increment". >>> Don?t know why I am not able to visualize. That why I am confused. >>> >>> -- >>> Thanks and Regards >>> ~~~~~~~~~~~~~~~~~~~~~~~~~ >>> Tanmay Sarkar >>> Scientific Officer D >>> Safety Studies Section >>> Health Physics Division >>> Bhabha Atomic Research Centre >>> Trombay, Mumbai -? 400 085 >>> & >>> PhD Student >>> Homi Bhabha National Institute >>> ========================= >>> Contacts: >>> +91-22-25592359 (O) >>> +91-9920134749 (M) >>> ========================= >>> >>> >>> >>> -----Original Message----- >>> From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. >>> Suman Maity >>> Sent: 05 December 2019 17:19 >>> To: GrADS Users Forum >>> Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina >>> grd file >>> >>> Dear Tanmoy >>> I don't think it's easier in grads and consequently it is problematic to >>> write multi-timestep netcdf file in grads. However, it's very easy to >>> implement using cdo (as you told you have corresponding netcdf file). The >>> procedure will be the following: >>> Lets suppose you first file name (that having 12 timestep) is file120.nc. >>> Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc >>> first12.nc file132.nc >>> >>> Now, file132.nc will contain 132 timesteps where first 120 timesteps >>> will be from file120.nc (original) and rest 12 timestep will be from >>> first12.nc (first 12 timestep of file120.nc). >>> >>> I hope it will solve your problem. >>> >>> Cheers!!!!!! >>> >>> Best >>> Suman >>> __________________________________________________________________ >>> On 12/5/19, Tanmay Sarkar wrote: >>> > Dear GrADS users, >>> > >>> > I have a file grd file (also having netcdf file) of t dimension >>> > varying from >>> > 1 to 120. >>> > >>> > Now I want to make a file of t dimension of 1 to (120+12= )132. >>> > >>> > The first 12 data which I am going to add is just the repetition of >>> > second >>> > 12 data in new file. (or saying in another way, I want to repeat the >>> > first >>> > 12 data of old file in t dimension to make new file with total >>> > 120+12=132 t >>> > dimension) >>> > >>> > >>> > >>> > Any idea regarding this using GrADS will be appreciable. >>> > >>> > Thank you in advance of reading my problem. >>> > >>> > >>> > >>> > -- >>> > >>> > Thanks and Regards >>> > >>> > ~~~~~~~~~~~~~~~~~~~~~~~~~ >>> > >>> > Tanmay Sarkar >>> > >>> > Scientific Officer D >>> > >>> > Safety Studies Section >>> > >>> > Health Physics Division >>> > >>> > Bhabha Atomic Research Centre >>> > >>> > Trombay, Mumbai -? 400 085 >>> > >>> > & >>> > >>> > PhD Student >>> > >>> > Homi Bhabha National Institute >>> > >>> > ========================= >>> > >>> > Contacts: >>> > >>> > +91-22-25592359 (O) >>> > >>> > +91-9920134749 (M) >>> > >>> > ========================= >>> > >>> > >>> > >>> > >>> >>> >>> -- >>> ++++++++++++++++++++++++++++++++++++ >>> Dr. Suman Maity >>> Research Scientist >>> Interdisciplinary Program in Climate Studies Indian Institute of >>> Technology Bombay Powai, Mumbai-400076, Maharashtra India. >>> ++++++++++++++++++++++++++++++++++++ >>> >>> _______________________________________________ >>> gradsusr mailing list >>> gradsusr at gradsusr.org >>> http://gradsusr.org/mailman/listinfo/gradsusr >>> >>> >>> _______________________________________________ >> gradsusr mailing list >> gradsusr at gradsusr.org >> http://gradsusr.org/mailman/listinfo/gradsusr >> > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tanmays at barc.gov.in Thu Dec 5 23:49:16 2019 From: tanmays at barc.gov.in (Tanmay Sarkar) Date: Fri, 6 Dec 2019 10:19:16 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: References: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Message-ID: <001c01d5abf0$83a49600$8aedc200$@barc.gov.in> Thank you. For your suggestion. I tried the same it was changed to 132 step. But I am not able to visualize the file using GrADS. From: Kishore Ragi [mailto:kishoreragi at gmail.com] Sent: 06 December 2019 00:30 To: GrADS Users Forum Cc: Tanmay Sarkar Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file I don't think Suman's CDO solution may not work. cdo mergetime file120.nc first12.nc file132.nc first12.nc's timesteps are the part of file120.nc, so in the cdo mergetime output may not write the same timesteps twice. Therefore, the file132.nc may have only 120 timesteps; however, I may be wrong as well. Regards, Kishore Department of Chemistry, National Institute of Technology, Rourkela, India- 769008 Phone: +91-8908671881 http://www.researchgate.net/profile/Kishore_Ragi https://in.linkedin.com/in/kishoreragi On Fri, Dec 6, 2019 at 12:06 AM Dr. Suman Maity wrote: Dear Tammy Is it possible for you to share your netcdf file? If the sige is big then cut it to a smaller domain by cdo sellonlatbox. I will check it and reply accordingly. Best Suman On Thu 5 Dec, 2019, 5:34 PM Tanmay Sarkar, wrote: Dear Sir, Thank you so much for your reply. I have used this option. It is creating merged *.nc file. But that merged file is not opening using GrADS. It is giving some error saying "time unit has too small and increment". Don?t know why I am not able to visualize. That why I am confused. -- Thanks and Regards ~~~~~~~~~~~~~~~~~~~~~~~~~ Tanmay Sarkar Scientific Officer D Safety Studies Section Health Physics Division Bhabha Atomic Research Centre Trombay, Mumbai -? 400 085 & PhD Student Homi Bhabha National Institute ========================= Contacts: +91-22-25592359 (O) +91-9920134749 (M) ========================= -----Original Message----- From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. Suman Maity Sent: 05 December 2019 17:19 To: GrADS Users Forum Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file Dear Tanmoy I don't think it's easier in grads and consequently it is problematic to write multi-timestep netcdf file in grads. However, it's very easy to implement using cdo (as you told you have corresponding netcdf file). The procedure will be the following: Lets suppose you first file name (that having 12 timestep) is file120.nc. Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc first12.nc file132.nc Now, file132.nc will contain 132 timesteps where first 120 timesteps will be from file120.nc (original) and rest 12 timestep will be from first12.nc (first 12 timestep of file120.nc). I hope it will solve your problem. Cheers!!!!!! Best Suman __________________________________________________________________ On 12/5/19, Tanmay Sarkar wrote: > Dear GrADS users, > > I have a file grd file (also having netcdf file) of t dimension > varying from > 1 to 120. > > Now I want to make a file of t dimension of 1 to (120+12= )132. > > The first 12 data which I am going to add is just the repetition of > second > 12 data in new file. (or saying in another way, I want to repeat the > first > 12 data of old file in t dimension to make new file with total > 120+12=132 t > dimension) > > > > Any idea regarding this using GrADS will be appreciable. > > Thank you in advance of reading my problem. > > > > -- > > Thanks and Regards > > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > Tanmay Sarkar > > Scientific Officer D > > Safety Studies Section > > Health Physics Division > > Bhabha Atomic Research Centre > > Trombay, Mumbai -? 400 085 > > & > > PhD Student > > Homi Bhabha National Institute > > ========================= > > Contacts: > > +91-22-25592359 (O) > > +91-9920134749 (M) > > ========================= > > > > -- ++++++++++++++++++++++++++++++++++++ Dr. Suman Maity Research Scientist Interdisciplinary Program in Climate Studies Indian Institute of Technology Bombay Powai, Mumbai-400076, Maharashtra India. ++++++++++++++++++++++++++++++++++++ _______________________________________________ gradsusr mailing list gradsusr at gradsusr.org http://gradsusr.org/mailman/listinfo/gradsusr _______________________________________________ gradsusr mailing list gradsusr at gradsusr.org http://gradsusr.org/mailman/listinfo/gradsusr -------------- next part -------------- An HTML attachment was scrubbed... URL: From tanmays at barc.gov.in Fri Dec 6 01:54:17 2019 From: tanmays at barc.gov.in (Tanmay Sarkar) Date: Fri, 6 Dec 2019 12:24:17 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: References: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Message-ID: <002f01d5ac01$fb041070$f10c3150$@barc.gov.in> Ok sir, Sorry for delayed reply. I missed your mail. This is nothing but our NCAP simulation files. You can take any sector *.nc file for any species. I have one more Idea, that I am going to try. I will convert the files to *.grd(grads format) then for first 12 timestep I will write another *.grd file. Then I will merge two file (new one and the old one) using cat command in Linux. I will try and let you know. From: Dr. Suman Maity [mailto:suman.buie at gmail.com] Sent: 06 December 2019 00:02 To: Tanmay Sarkar Cc: GrADS Users Forum Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file Dear Tammy Is it possible for you to share your netcdf file? If the sige is big then cut it to a smaller domain by cdo sellonlatbox. I will check it and reply accordingly. Best Suman On Thu 5 Dec, 2019, 5:34 PM Tanmay Sarkar, wrote: Dear Sir, Thank you so much for your reply. I have used this option. It is creating merged *.nc file. But that merged file is not opening using GrADS. It is giving some error saying "time unit has too small and increment". Don?t know why I am not able to visualize. That why I am confused. -- Thanks and Regards ~~~~~~~~~~~~~~~~~~~~~~~~~ Tanmay Sarkar Scientific Officer D Safety Studies Section Health Physics Division Bhabha Atomic Research Centre Trombay, Mumbai -? 400 085 & PhD Student Homi Bhabha National Institute ========================= Contacts: +91-22-25592359 (O) +91-9920134749 (M) ========================= -----Original Message----- From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. Suman Maity Sent: 05 December 2019 17:19 To: GrADS Users Forum Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file Dear Tanmoy I don't think it's easier in grads and consequently it is problematic to write multi-timestep netcdf file in grads. However, it's very easy to implement using cdo (as you told you have corresponding netcdf file). The procedure will be the following: Lets suppose you first file name (that having 12 timestep) is file120.nc. Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc first12.nc file132.nc Now, file132.nc will contain 132 timesteps where first 120 timesteps will be from file120.nc (original) and rest 12 timestep will be from first12.nc (first 12 timestep of file120.nc). I hope it will solve your problem. Cheers!!!!!! Best Suman __________________________________________________________________ On 12/5/19, Tanmay Sarkar wrote: > Dear GrADS users, > > I have a file grd file (also having netcdf file) of t dimension > varying from > 1 to 120. > > Now I want to make a file of t dimension of 1 to (120+12= )132. > > The first 12 data which I am going to add is just the repetition of > second > 12 data in new file. (or saying in another way, I want to repeat the > first > 12 data of old file in t dimension to make new file with total > 120+12=132 t > dimension) > > > > Any idea regarding this using GrADS will be appreciable. > > Thank you in advance of reading my problem. > > > > -- > > Thanks and Regards > > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > Tanmay Sarkar > > Scientific Officer D > > Safety Studies Section > > Health Physics Division > > Bhabha Atomic Research Centre > > Trombay, Mumbai -? 400 085 > > & > > PhD Student > > Homi Bhabha National Institute > > ========================= > > Contacts: > > +91-22-25592359 (O) > > +91-9920134749 (M) > > ========================= > > > > -- ++++++++++++++++++++++++++++++++++++ Dr. Suman Maity Research Scientist Interdisciplinary Program in Climate Studies Indian Institute of Technology Bombay Powai, Mumbai-400076, Maharashtra India. ++++++++++++++++++++++++++++++++++++ _______________________________________________ gradsusr mailing list gradsusr at gradsusr.org http://gradsusr.org/mailman/listinfo/gradsusr -------------- next part -------------- An HTML attachment was scrubbed... URL: From tanmays at barc.gov.in Fri Dec 6 03:20:12 2019 From: tanmays at barc.gov.in (Tanmay Sarkar) Date: Fri, 6 Dec 2019 13:50:12 +0530 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file Message-ID: <004201d5ac0d$fb229e80$f167db80$@barc.gov.in> The option what I mentioned earlier is working well. Thanks From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Tanmay Sarkar Sent: 06 December 2019 12:24 To: 'Dr. Suman Maity' Cc: 'GrADS Users Forum' Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file Ok sir, Sorry for delayed reply. I missed your mail. This is nothing but our NCAP simulation files. You can take any sector *.nc file for any species. I have one more Idea, that I am going to try. I will convert the files to *.grd(grads format) then for first 12 timestep I will write another *.grd file. Then I will merge two file (new one and the old one) using cat command in Linux. I will try and let you know. From: Dr. Suman Maity [mailto:suman.buie at gmail.com] Sent: 06 December 2019 00:02 To: Tanmay Sarkar Cc: GrADS Users Forum Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file Dear Tammy Is it possible for you to share your netcdf file? If the sige is big then cut it to a smaller domain by cdo sellonlatbox. I will check it and reply accordingly. Best Suman On Thu 5 Dec, 2019, 5:34 PM Tanmay Sarkar, wrote: Dear Sir, Thank you so much for your reply. I have used this option. It is creating merged *.nc file. But that merged file is not opening using GrADS. It is giving some error saying "time unit has too small and increment". Don?t know why I am not able to visualize. That why I am confused. -- Thanks and Regards ~~~~~~~~~~~~~~~~~~~~~~~~~ Tanmay Sarkar Scientific Officer D Safety Studies Section Health Physics Division Bhabha Atomic Research Centre Trombay, Mumbai -? 400 085 & PhD Student Homi Bhabha National Institute ========================= Contacts: +91-22-25592359 (O) +91-9920134749 (M) ========================= -----Original Message----- From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. Suman Maity Sent: 05 December 2019 17:19 To: GrADS Users Forum Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file Dear Tanmoy I don't think it's easier in grads and consequently it is problematic to write multi-timestep netcdf file in grads. However, it's very easy to implement using cdo (as you told you have corresponding netcdf file). The procedure will be the following: Lets suppose you first file name (that having 12 timestep) is file120.nc. Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc first12.nc file132.nc Now, file132.nc will contain 132 timesteps where first 120 timesteps will be from file120.nc (original) and rest 12 timestep will be from first12.nc (first 12 timestep of file120.nc). I hope it will solve your problem. Cheers!!!!!! Best Suman __________________________________________________________________ On 12/5/19, Tanmay Sarkar wrote: > Dear GrADS users, > > I have a file grd file (also having netcdf file) of t dimension > varying from > 1 to 120. > > Now I want to make a file of t dimension of 1 to (120+12= )132. > > The first 12 data which I am going to add is just the repetition of > second > 12 data in new file. (or saying in another way, I want to repeat the > first > 12 data of old file in t dimension to make new file with total > 120+12=132 t > dimension) > > > > Any idea regarding this using GrADS will be appreciable. > > Thank you in advance of reading my problem. > > > > -- > > Thanks and Regards > > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > Tanmay Sarkar > > Scientific Officer D > > Safety Studies Section > > Health Physics Division > > Bhabha Atomic Research Centre > > Trombay, Mumbai -? 400 085 > > & > > PhD Student > > Homi Bhabha National Institute > > ========================= > > Contacts: > > +91-22-25592359 (O) > > +91-9920134749 (M) > > ========================= > > > > -- ++++++++++++++++++++++++++++++++++++ Dr. Suman Maity Research Scientist Interdisciplinary Program in Climate Studies Indian Institute of Technology Bombay Powai, Mumbai-400076, Maharashtra India. ++++++++++++++++++++++++++++++++++++ _______________________________________________ gradsusr mailing list gradsusr at gradsusr.org http://gradsusr.org/mailman/listinfo/gradsusr -------------- next part -------------- An HTML attachment was scrubbed... URL: From andfried at gmail.com Fri Dec 6 04:46:09 2019 From: andfried at gmail.com (Andrew Friedman) Date: Fri, 6 Dec 2019 09:46:09 +0000 Subject: [gradsusr] Help Regarding additon of extra t dimension ina grd file In-Reply-To: References: <004401d5ab64$4a6ca0d0$df45e270$@barc.gov.in> Message-ID: <63F89B90-52EA-462E-A61D-0A5E0D4434CD@gmail.com> Hi Sumant, Here?s an example of how I use the NCO utility NCAP2 to change seconds to minutes so that I can read a file in GrADS: ncap2 -O -s "time=time/(60)" -s "time at units=\"minutes since 1979-01-01 00:00:00\"" $infile $infile # change time units The online reference is here: http://nco.sourceforge.net/nco.html#ncap2-netCDF-Arithmetic-Processor -Andrew > On Dec 5, 2019, at 7:10 PM, Dr. Suman Maity wrote: > > Thank you Kishore. You are correct. The year of the file first12 should be changed using cdo settime and settaxis. After that only mergetime will work. > > Best > Suman > > On Fri 6 Dec, 2019, 12:33 AM Kishore Ragi, wrote: > I don't think Suman's CDO solution may not work. > cdo mergetime file120.nc first12.nc file132.nc > > first12.nc's timesteps are the part of file120.nc, so in the cdo mergetime output may not write the same timesteps twice. Therefore, the file132.nc may have only 120 timesteps; however, I may be wrong as well. > > Regards, > Kishore > Department of Chemistry, > National Institute of Technology, Rourkela, > India- 769008 > Phone: +91-8908671881 > > http://www.researchgate.net/profile/Kishore_Ragi > > https://in.linkedin.com/in/kishoreragi > > > > On Fri, Dec 6, 2019 at 12:06 AM Dr. Suman Maity wrote: > Dear Tammy > Is it possible for you to share your netcdf file? If the sige is big then cut it to a smaller domain by cdo sellonlatbox. > I will check it and reply accordingly. > > Best > Suman > > On Thu 5 Dec, 2019, 5:34 PM Tanmay Sarkar, wrote: > Dear Sir, > Thank you so much for your reply. I have used this option. It is creating merged *.nc file. But that merged file is not opening using GrADS. It is giving some error saying "time unit has too small and increment". > Don?t know why I am not able to visualize. That why I am confused. > > -- > Thanks and Regards > ~~~~~~~~~~~~~~~~~~~~~~~~~ > Tanmay Sarkar > Scientific Officer D > Safety Studies Section > Health Physics Division > Bhabha Atomic Research Centre > Trombay, Mumbai -? 400 085 > & > PhD Student > Homi Bhabha National Institute > ========================= > Contacts: > +91-22-25592359 (O) > +91-9920134749 (M) > ========================= > > > > -----Original Message----- > From: gradsusr [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Dr. Suman Maity > Sent: 05 December 2019 17:19 > To: GrADS Users Forum > Subject: Re: [gradsusr] Help Regarding additon of extra t dimension ina grd file > > Dear Tanmoy > I don't think it's easier in grads and consequently it is problematic to write multi-timestep netcdf file in grads. However, it's very easy to implement using cdo (as you told you have corresponding netcdf file). The procedure will be the following: > Lets suppose you first file name (that having 12 timestep) is file120.nc. Then cdo seltimestep,1/12 file120.nc first12.nc cdo mergetime file120.nc first12.nc file132.nc > > Now, file132.nc will contain 132 timesteps where first 120 timesteps will be from file120.nc (original) and rest 12 timestep will be from first12.nc (first 12 timestep of file120.nc). > > I hope it will solve your problem. > > Cheers!!!!!! > > Best > Suman > __________________________________________________________________ > On 12/5/19, Tanmay Sarkar wrote: > > Dear GrADS users, > > > > I have a file grd file (also having netcdf file) of t dimension > > varying from > > 1 to 120. > > > > Now I want to make a file of t dimension of 1 to (120+12= )132. > > > > The first 12 data which I am going to add is just the repetition of > > second > > 12 data in new file. (or saying in another way, I want to repeat the > > first > > 12 data of old file in t dimension to make new file with total > > 120+12=132 t > > dimension) > > > > > > > > Any idea regarding this using GrADS will be appreciable. > > > > Thank you in advance of reading my problem. > > > > > > > > -- > > > > Thanks and Regards > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > Tanmay Sarkar > > > > Scientific Officer D > > > > Safety Studies Section > > > > Health Physics Division > > > > Bhabha Atomic Research Centre > > > > Trombay, Mumbai -? 400 085 > > > > & > > > > PhD Student > > > > Homi Bhabha National Institute > > > > ========================= > > > > Contacts: > > > > +91-22-25592359 (O) > > > > +91-9920134749 (M) > > > > ========================= > > > > > > > > > > > -- > ++++++++++++++++++++++++++++++++++++ > Dr. Suman Maity > Research Scientist > Interdisciplinary Program in Climate Studies Indian Institute of Technology Bombay Powai, Mumbai-400076, Maharashtra India. > ++++++++++++++++++++++++++++++++++++ > > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > > > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr > _______________________________________________ > gradsusr mailing list > gradsusr at gradsusr.org > http://gradsusr.org/mailman/listinfo/gradsusr