Wednesday, March 11, 2026
Home Blog Page 157

NASA’s Webb telescope simply found one of many weirdest planets ever

0


Scientists utilizing NASA’s James Webb Area Telescope have recognized a beforehand unknown sort of exoplanet, one whose environment defies present concepts about how planets are speculated to kind.

The newly noticed world has a stretched, lemon-like form and will even include diamonds deep inside. Its unusual traits make it troublesome to categorise, sitting someplace between what astronomers sometimes take into account a planet and a star.

A Carbon World Not like Any Different

The article, formally named PSR J2322-2650b, has an environment dominated by helium and carbon fairly than the acquainted gases seen on most identified exoplanets. With a mass akin to Jupiter, the planet is shrouded in darkish soot-like clouds. Below the extraordinary pressures contained in the planet, scientists imagine carbon from these clouds might be compressed into diamonds. The planet circles a quickly spinning neutron star.

Regardless of detailed observations, how this planet shaped stays unknown.

“The planet orbits a star that is fully weird — the mass of the Solar, however the dimension of a metropolis,” stated College of Chicago astrophysicist Michael Zhang, the research’s principal investigator. The analysis has been accepted for publication in The Astrophysical Journal Letters. “This can be a new sort of planet environment that no person has ever seen earlier than.”

“This was an absolute shock,” stated Peter Gao of the Carnegie Earth and Planets Laboratory in Washington, D.C. “I keep in mind after we received the info down, our collective response was ‘What the heck is that this?'”

A Planet Orbiting a Pulsar

PSR J2322-2650b orbits a neutron star, often known as a pulsar, that spins at extraordinary pace.

Pulsars emit highly effective beams of electromagnetic radiation from their magnetic poles at intervals measured in milliseconds. Most of that radiation comes within the type of gamma rays and different high-energy particles which might be invisible to Webb’s infrared devices.

As a result of the star itself doesn’t overwhelm Webb’s detectors, researchers can observe the planet all through its whole orbit. That is hardly ever attainable, since most stars shine far brighter than the planets round them.

“This method is exclusive as a result of we’re in a position to view the planet illuminated by its host star, however not see the host star in any respect,” stated Maya Beleznay, a Stanford College graduate pupil who helped mannequin the planet’s form and orbit. “So we get a very pristine spectrum. And we will higher research this technique in additional element than regular exoplanets.”

A Startling Atmospheric Discovery

When scientists analyzed the planet’s atmospheric signature, they discovered one thing fully sudden.

“As an alternative of discovering the conventional molecules we count on to see on an exoplanet — like water, methane and carbon dioxide — we noticed molecular carbon, particularly C3 and C2,” Zhang stated.

The acute strain contained in the planet may trigger that carbon to crystallize, probably forming diamonds deep beneath the floor.

Nonetheless, probably the most puzzling difficulty stays unanswered.

“It’s totally onerous to think about the way you get this extraordinarily carbon-enriched composition,” Zhang stated. “It appears to rule out each identified formation mechanism.”

A Planet in a Lethal Embrace

PSR J2322-2650b orbits terribly near its star, simply 1 million miles away. By comparability, Earth sits about 100 million miles from the Solar.

Due to this proximity, the planet completes a full orbit in simply 7.8 hours (the time it takes to go round its star).

By modeling delicate modifications within the planet’s brightness because it strikes, researchers decided that intense gravitational forces from the a lot heavier pulsar are stretching the planet into its lemon-like form.

The system might belong to a uncommon class generally known as a black widow. In these methods, a fast-spinning pulsar is paired with a smaller, low-mass companion. In earlier levels, materials from the companion flowed onto the pulsar, growing its spin and fueling a robust wind. That wind, together with intense radiation, step by step strips materials away from the smaller object.

Just like the spider it’s named after, the pulsar slowly consumes its associate.

On this case, nevertheless, the companion is classed as an exoplanet by the Worldwide Astronomical Union, not a star.

“Did this factor kind like a traditional planet? No, as a result of the composition is fully totally different,” Zhang stated. “Did it kind by stripping the skin of a star, like ‘regular’ black widow methods are shaped? In all probability not, as a result of nuclear physics doesn’t make pure carbon.”

A Thriller Scientists Are Desirous to Resolve

Roger Romani of Stanford College and the Kavli Institute for Particle Astrophysics and Cosmology is without doubt one of the world’s main consultants on black widow methods. He has proposed a attainable clarification for the planet’s unusual environment.

“Because the companion cools down, the combination of carbon and oxygen within the inside begins to crystallize,” Romani stated. “Pure carbon crystals float to the highest and get blended into the helium, and that is what we see. However then one thing has to occur to maintain the oxygen and nitrogen away. And that is the place there’s controversy.”

“Nevertheless it’s good to not know all the things,” Romani added. “I am wanting ahead to studying extra concerning the weirdness of this environment. It is nice to have a puzzle to go after.”

Why Webb Made the Distinction

This discovery was solely attainable due to the James Webb Area Telescope’s infrared sensitivity and distinctive observing circumstances. Positioned about 1,000,000 miles from Earth, Webb makes use of an enormous sunshield to maintain its devices extraordinarily chilly, which is crucial for detecting faint infrared indicators.

“On the Earth, plenty of issues are sizzling, and that warmth actually interferes with the observations as a result of it is one other supply of photons that it’s a must to take care of,” Zhang stated. “It is completely not possible from the bottom.”

Further College of Chicago contributors included Prof. Jacob Bean, graduate pupil Brandon Park Coy, and Rafael Luque, who was a postdoctoral researcher at UChicago and is now with the Instituto de Astrofísica de Andalucía in Spain.

Funding for the analysis got here from NASA and the Heising-Simons Basis.

10 Lesser-Identified Python Libraries Each Information Scientist Ought to Be Utilizing in 2026

0


10 Lesser-Identified Python Libraries Each Information Scientist Ought to Be Utilizing in 2026
Picture by Creator

 

Introduction

 
As a knowledge scientist, you are most likely already aware of libraries like NumPy, pandas, scikit-learn, and Matplotlib. However the Python ecosystem is huge, and there are many lesser-known libraries that may provide help to make your information science duties simpler.

On this article, we’ll discover ten such libraries organized into 4 key areas that information scientists work with each day:

  • Automated EDA and profiling for quicker exploratory evaluation
  • Giant-scale information processing for dealing with datasets that do not slot in reminiscence
  • Information high quality and validation for sustaining clear, dependable pipelines
  • Specialised information evaluation for domain-specific duties like geospatial and time collection work

We’ll additionally provide you with studying assets that’ll provide help to hit the bottom working. I hope you discover just a few libraries so as to add to your information science toolkit!

 

1. Pandera

 
Information validation is important in any information science pipeline, but it is usually accomplished manually or with customized scripts. Pandera is a statistical information validation library that brings type-hinting and schema validation to pandas DataFrames.

This is a listing of options that make Pandera helpful:

  • Means that you can outline schemas on your DataFrames, specifying anticipated information sorts, worth ranges, and statistical properties for every column
  • Integrates with pandas and offers informative error messages when validation fails, making debugging a lot simpler.
  • Helps speculation testing inside your schema definitions, letting you validate statistical properties of your information throughout pipeline execution.

The best way to Use Pandas With Pandera to Validate Your Information in Python by Arjan Codes offers clear examples for getting began with schema definitions and validation patterns.

 

2. Vaex

 
Working with datasets that do not slot in reminiscence is a typical problem. Vaex is a high-performance Python library for lazy, out-of-core DataFrames that may deal with billions of rows on a laptop computer.

Key options that make Vaex value exploring:

  • Makes use of reminiscence mapping and lazy analysis to work with datasets bigger than RAM with out loading every little thing into reminiscence
  • Offers quick aggregations and filtering operations by leveraging environment friendly C++ implementations
  • Presents a well-known pandas-like API, making the transition easy for present pandas customers who must scale up

Vaex introduction in 11 minutes is a fast introduction to working with giant datasets utilizing Vaex.

 

3. Pyjanitor

 
Information cleansing code can change into messy and onerous to learn rapidly. Pyjanitor is a library that gives a clear, method-chaining API for pandas DataFrames. This makes information cleansing workflows extra readable and maintainable.

This is what Pyjanitor gives:

  • Extends pandas with extra strategies for frequent cleansing duties like eradicating empty columns, renaming columns to snake_case, and dealing with lacking values.
  • Permits technique chaining for information cleansing operations, making your preprocessing steps learn like a transparent pipeline
  • Contains capabilities for frequent however tedious duties like flagging lacking values, filtering by time ranges, and conditional column creation

Watch Pyjanitor: Clear APIs for Cleansing Information discuss by Eric Ma and take a look at Simple Information Cleansing in Python with PyJanitor – Full Step-by-Step Tutorial to get began.

 

4. D-Story

 
Exploring and visualizing DataFrames usually requires switching between a number of instruments and writing a lot of code. D-Story is a Python library that gives an interactive GUI for visualizing and analyzing pandas DataFrames with a spreadsheet-like interface.

This is what makes D-Story helpful:

  • Launches an interactive net interface the place you possibly can kind, filter, and discover your DataFrame with out writing extra code
  • Offers built-in charting capabilities together with histograms, correlations, and customized plots accessible by means of a point-and-click interface
  • Contains options like information cleansing, outlier detection, code export, and the flexibility to construct customized columns by means of the GUI

The best way to rapidly discover information in Python utilizing the D-Story library offers a complete walkthrough.

 

5. Sweetviz

 
Producing comparative evaluation experiences between datasets is tedious with commonplace EDA instruments. Sweetviz is an automatic EDA library that creates helpful visualizations and offers detailed comparisons between datasets.

What makes Sweetviz helpful:

  • Generates complete HTML experiences with goal evaluation, displaying how options relate to your goal variable for classification or regression duties
  • Nice for dataset comparability, permitting you to match coaching vs check units or earlier than vs after transformations with side-by-side visualizations
  • Produces experiences in seconds and contains affiliation evaluation, displaying correlations and relationships between all options

The best way to Rapidly Carry out Exploratory Information Evaluation (EDA) in Python utilizing Sweetviz tutorial is a superb useful resource to get began.

 

6. cuDF

 
When working with giant datasets, CPU-based processing can change into a bottleneck. cuDF is a GPU DataFrame library from NVIDIA that gives a pandas-like API however runs operations on GPUs for enormous speedups.

Options that make cuDF useful:

  • Offers 50-100x speedups for frequent operations like groupby, be a part of, and filtering on suitable {hardware}
  • Presents an API that carefully mirrors pandas, requiring minimal code modifications to leverage GPU acceleration
  • Integrates with the broader RAPIDS ecosystem for end-to-end GPU-accelerated information science workflows

NVIDIA RAPIDS cuDF Pandas – Giant Information Preprocessing with cuDF pandas accelerator mode by Krish Naik is a helpful useful resource to get began.

 

7. ITables

 
Exploring DataFrames in Jupyter notebooks could be clunky with giant datasets. ITables (Interactive Tables)brings interactive DataTables to Jupyter, permitting you to look, kind, and paginate by means of your DataFrames immediately in your pocket book.

What makes ITables useful:

  • Converts pandas DataFrames into interactive tables with built-in search, sorting, and pagination performance
  • Handles giant DataFrames effectively by rendering solely seen rows, protecting your notebooks responsive
  • Requires minimal code; usually only a single import assertion to remodel all DataFrame shows in your pocket book.

Fast Begin to Interactive Tables contains clear utilization examples.

 

8. GeoPandas

 
Spatial information evaluation is more and more necessary throughout industries. But many information scientists keep away from it because of complexity. GeoPandas extends pandas to assist spatial operations, making geographic information evaluation accessible.

This is what GeoPandas gives:

  • Offers spatial operations like intersections, unions, and buffers utilizing a well-known pandas-like interface
  • Handles varied geospatial information codecs together with shapefiles, GeoJSON, and PostGIS databases
  • Integrates with matplotlib and different visualization libraries for creating maps and spatial visualizations

Geospatial Evaluation micro-course from Kaggle covers GeoPandas fundamentals.

 

9. tsfresh

 
Extracting significant options from time collection information manually is time-consuming and requires area experience. tsfresh routinely extracts lots of of time collection options and selects essentially the most related ones on your prediction process.

Options that make tsfresh helpful:

  • Calculates time collection options routinely, together with statistical properties, frequency area options, and entropy measures
  • Contains function choice strategies that determine which options are literally related on your particular prediction process

Introduction to tsfresh covers what tsfresh is and the way it’s helpful in time collection function engineering purposes.

 

10. ydata-profiling (pandas-profiling)

 
Exploratory information evaluation could be repetitive and time-consuming. ydata-profiling (previously pandas-profiling) generates complete HTML experiences on your DataFrame with statistics, correlations, lacking values, and distributions in seconds.

What makes ydata-profiling helpful:

  • Creates intensive EDA experiences routinely, together with univariate evaluation, correlations, interactions, and lacking information patterns
  • Identifies potential information high quality points like excessive cardinality, skewness, and duplicate rows
  • Offers an interactive HTML report you can share wittsfresh stakeholders or use for documentation

Pandas Profiling (ydata-profiling) in Python: A Information for Learners from DataCamp contains detailed examples.

 

Wrapping Up

 
These ten libraries deal with actual challenges you may face in information science work. To summarize, we coated helpful libraries to work with datasets too giant for reminiscence, must rapidly profile new information, need to guarantee information high quality in manufacturing pipelines, or work with specialised codecs like geospatial or time collection information.

You need not study all of those without delay. Begin by figuring out which class addresses your present bottleneck.

  • In case you spend an excessive amount of time on guide EDA, strive Sweetviz or ydata-profiling.
  • If reminiscence is your constraint, experiment with Vaex.
  • If information high quality points hold breaking your pipelines, look into Pandera.

Blissful exploring!
 
 

Bala Priya C is a developer and technical author from India. She likes working on the intersection of math, programming, information science, and content material creation. Her areas of curiosity and experience embrace DevOps, information science, and pure language processing. She enjoys studying, writing, coding, and occasional! At the moment, she’s engaged on studying and sharing her information with the developer neighborhood by authoring tutorials, how-to guides, opinion items, and extra. Bala additionally creates participating useful resource overviews and coding tutorials.



What’s subsequent for Azure containers?

0

Delivering safe sizzling patches

Having a policy-driven strategy to safety helps rapidly remediate points. If, say, a typical container layer has a vulnerability, you’ll be able to construct and confirm a patch layer and deploy it rapidly. There’s no must patch every little thing within the container, solely the related parts. Microsoft has been doing this for OS options for a while now as a part of its inside Venture Copacetic, and it’s extending the method to widespread runtimes and libraries, constructing patches with up to date packages for instruments like Python.

As this strategy is open supply, Microsoft is working to upstream dm-verity into the Linux kernel. You may consider it as a strategy to deploy sizzling fixes to containers between constructing new immutable photographs, rapidly changing problematic code and holding your purposes operating whilst you construct, check, and confirm your subsequent launch. Russinovich describes it as rolling out “a sizzling repair in a couple of hours as an alternative of days.”

Offering the instruments wanted to safe utility supply is just a part of Microsoft’s transfer to defining containers as the usual package deal for Azure purposes. Offering higher methods to scale fleets of containers is one other key requirement, as is improved networking. Russinovich’s give attention to containers is sensible, as they can help you wrap all of the required parts of a service and securely run it at scale.

Why inventing new feelings feels so good


Don’t scoff: Researchers say an increasing number of phrases for these “neo-­feelings” are displaying up on-line, describing new dimensions and elements of feeling. Velvetmist was a key instance in a journal article concerning the phenomenon revealed in July 2025. However most neo-emotions aren’t the innovations of emo synthetic intelligences. People give you them, they usually’re a part of a giant change in the best way researchers are fascinated about emotions, one which emphasizes how folks repeatedly spin out new ones in response to a altering world. 

Velvetmist may’ve been a chatbot one-off, but it surely’s not distinctive. The sociologist Marci Cottingham—whose 2024 paper bought this vein of neo-emotion analysis began—cites many extra new phrases in circulation. There’s “Black pleasure” (Black folks celebrating embodied pleasure as a type of political resistance), “trans euphoria” (the enjoyment of getting one’s gender id affirmed and celebrated), “eco-anxiety” (the hovering concern of local weather catastrophe), “hypernormalization” (the surreal stress to proceed performing mundane life and labor beneath capitalism throughout a world pandemic or fascist takeover), and the sense of “doom” present in “doomer” (one who’s relentlessly pessimistic) or “doomscrolling” (being glued to an limitless feed of unhealthy information in an immobilized state combining apathy and dread). 

After all, emotional vocabulary is at all times evolving. Through the Civil Conflict, docs used the centuries-old time period “nostalgia,” combining the Greek phrases for “returning residence”and “ache,” to explain a typically deadly set of signs suffered by troopers—a situation we’d in all probability describe right this moment as post-traumatic stress dysfunction. Now nostalgia’s that means has mellowed and pale to a delicate affection for an previous cultural product or vanished lifestyle. And other people consistently import emotion phrases from different cultures after they’re handy or evocative—like hygge (the Danish phrase for pleasant coziness) or kvell (a Yiddish time period for brimming over with joyful delight). 

Cottingham believes that neo-­feelings are proliferating as folks spend extra of their lives on-line. These coinages assist us relate to 1 one other and make sense of our experiences, they usually get quite a lot of engagement on social media. So even when a neo-emotion is only a refined variation on, or mixture of, present emotions, getting super-specific about these emotions helps us mirror and join with different folks. “These are doubtlessly indicators that inform us about our place on this planet,” she says. 

Galaxy A17 5G and Tab A11 Plus present how far Samsung’s funds lineup has come

0


What you should know

  • The brand new Galaxy A17 5G is the direct successor to 2025’s top-selling Android telephone, however in contrast to its predecessor, the A17 5G is available in just one configuration.
  • Lengthy-term assist is the true win, with Samsung promising six years of Android updates and safety patches.
  • In the meantime, the Galaxy Tab A11 Plus brings a clean 90Hz show, quad audio system, a headphone jack, and as much as 8GB RAM.

The Galaxy A16 5G was the top-selling Android telephone in late 2025. Now, its successor is right here to defend the title. Samsung has launched the Galaxy A17 5G and the Galaxy Tab A11 Plus, and whereas each provide robust worth for the worth, there’s one vital change within the specs it is best to find out about.

Not like the earlier mannequin, which supplied 6GB and 8GB choices, the Galaxy A17 is available in only one model with 4GB of RAM and 128GB of storage. For heavy customers, 4GB might really feel limiting in 2026.

However there’s a large profit that would make up for it. Samsung guarantees six generations of Android OS upgrades and 6 years of safety updates.

(Picture credit score: Samsung)

When it comes to {hardware}, the A17 retains the dependable options individuals count on, with a number of small updates. It has a 6.7-inch FHD+ Tremendous AMOLED show with a 90Hz refresh charge. The Exynos 1330 processor powers the telephone, and it comes with a 5,000mAh battery that helps 25W quick charging.

‘The ban assumed the hazard was making pigs too human’: Why human organs aren’t grown in pigs within the US

0


In a New York working room at some point in October 2025, docs made medical historical past by transplanting a genetically modified pig kidney right into a residing affected person as a part of a medical trial. The kidney had been engineered to imitate human tissue and was grown in a pig, as an alternative choice to ready round for a human organ donor who would possibly by no means come. For many years, this concept lived on the fringe of science fiction. Now it is on the desk, actually.

The affected person is considered one of six collaborating within the first medical trial of pig-to-human kidney transplants. The aim: to see whether or not gene-edited pig kidneys can safely substitute failing human ones.

Mapping the Household Tree of Causal Inference

0


Three and a half years in the past, again in early 2022, I began a podcast referred to as The Mixtape with Scott. The unique thought was easy: hint out the historical past of causal inference by means of its connection to Orley Ashenfelter, and every other aspect quests I wished to pursue. I had begun realizing, vaguely at first then a bit extra clearly, throughout the writing of my guide that Princeton’s Industrial Relations Part had been the fountain head of causal inference inside economics, however later I noticed it extra squarely part of Orley’s legacy within the career. So I pursued the podcast as a manner of making an oral historical past of causal inference in economics. I wished to hint these connections, hear these tales, perceive how concepts moved from individual to individual.

However like most issues in my life, it sprawled. The podcast grew to become “College students of Gary Becker,” then “College students of Jim Heckman,” then “College students of Orley.” Then it grew to become departments I used to be interested by—Stanford, as an illustration. Fields I cherished—labor economics, market design, econometrics. Textbook writers. Economists who left academia for tech. On and on. Round 130 interviews later, right here we’re.

And now I’m asking myself, “How do I land this airplane?”

I’m not achieved with the podcast, not precisely. However it might must evolve. I’m speaking with a few individuals a few totally different format. I’ve acquired two extra interviews already recorded—one with Alan Auerbach, one with Andrew Gelman—sitting within the can. However one thing else has been pulling at me.

I need to write a guide concerning the historical past of causal inference in economics instructed not merely by means of concepts, but in addition the sociology and biography of the concepts. I don’t actually imagine “concepts” do something; fairly I believe individuals do issues, and since individuals have concepts and speak, concepts do issues. They simply do these issues as mediated by means of individuals. Actually, I’m actually undecided if “concepts” can do something ever and so I’m actually not within the camp that may ever say “Concepts Have Penalties”. Not with out individuals anyway. It’s folks that have penalties. Persons are the confounders. Folks and locations and functions.

The guide can be concerning the evolution of causal inference in economics, transferring primarily by means of Orley Ashenfelter and his college students, and the way that stream ultimately linked up with Don Rubin’s potential outcomes framework by means of the work of Guido Imbens and Josh Angrist. It’s concerning the three main causal inference traditions within the trendy period of economics: Princeton (pure experimental design), Harvard (experimental design) and Chicago (Heckman and structural approaches). It’s concerning the position that quantitative labor economics performed in all of this. The Industrial Relations Part at Princeton was a labor group. Orley is arguably a first-generation quantitative labor economist—Card and Farber referred to as him precisely that in a festschrift. The position that labor economics performed, and the position that Princeton performed, is one thing I preserve turning over in my thoughts. I simply don’t assume I’ll relaxation till I get it out of me, too.

So what I’m doing now could be constructing out a database I began years in the past however by no means completed. And I’m calling this database the Orley Family tree Undertaking.

I’ve gotten private lists of pupil advisees from a number of individuals—Card, Katz, Angrist, Currie. I scraped CVs for others, like Heckman. I don’t even bear in mind how I acquired Krueger and Imbens’s lists, although I believe Guido despatched me his immediately. There’s knowledge you’ll be able to pull from ProQuest, and I’ve dabbled there, however getting it at scale requires a subscription and a few infrastructure I haven’t constructed but. It’s on my to-do record. However truthfully? I get pleasure from doing it this manner. Whenever you scrutinize every node and every edge your self, you be taught the story. You’re feeling it.

The newest additions got here from scraping the Arithmetic Family tree Undertaking, which helped me fill out extra of the third and fourth generations—what I’m calling the grandchildren and great-grandchildren. The construction seems to be one thing like this (simply displaying a number of examples):

Technology 1: Orley Ashenfelter (a ton of missingness)
Technology 2: Jim Heckman, David Card, Joshua Angrist (each Card and Orley suggested Angrist), Robert LaLonde, Janet Currie, …
Technology 3: Alberto Abadie, Esther Duflo, …
Technology 4: College students of Abadie, college students of Duflo…

Alongside I put Don Rubin, however as this isn’t the story of causal inference a lot as it’s the story of causal inference inside economics, I’ve solely selectively pulled Don in, by way of his connection to economists like Josh and Guido, in addition to a number of others (Dehejia and Wahba, as an illustration).

It followers out quick. And it’s an advanced story, so becoming it onto a graph is its personal problem. I’m at round 1,100 economists tracked and need to preserve going—there are nonetheless a whole lot of lacking nodes. Getting Orley’s full record, as an illustration, is difficult as a result of he didn’t preserve information the way in which Katz did. Katz saved meticulous information. Orley… didn’t. Anyway, try what I’ve to date. Fairly proper? That is with the brand new Math Family tree Undertaking scrape I did right this moment.

I’ve additionally acquired Claudia Goldin in right here. She was at Princeton, I believe within the Part high, earlier than she left and located her method to Harvard. She’s related to the cliometrics custom by means of Robert Fogel—a distinct stream, however one which flows into the identical river as a result of she is a colleague of Orley’s.

The best way I’ve been occupied with that is by means of metaphor. It’s a community. It’s a tree. And it’s two rivers converging. The Princeton quasi-experimental custom on one aspect, the Rubin potential outcomes framework on the opposite, and someplace within the center, Angrist and Imbens linking instrumental variables to the Rubin causal mannequin. And by way of Heckman, the structural department. These metaphors assist me assume. For no matter motive, I appear solely capable of perceive issues by means of story, emotion, and picture.

Which brings me to you.

I’ve arrange a kind on my web site referred to as The Orley Family tree Undertaking. It’ll let me crowdsource this undertaking. And so in the event you’re studying this, I might use your assist.

I’m searching for the kids, grandchildren, and great-grandchildren of the causal inference motion inside economics. This implies Orley’s descendants—together with colleagues like Alan Krueger. It means Heckman’s college students. (Heckman is positioned in Orley’s direct lineage, though I’ve gotten three separate sources—together with Heckman’s personal CV and his early acknowledgments—that every one identify totally different major advisors. I requested Orley as soon as who the “true advisor” was, and he principally stated he thought he was most likely one of many major ones. So for now, Heckman sits as a descendant of Orley, although clearly Chicago, Princeton, and Cambridge every signify their very own distinct streams.)

It additionally means the Rubin aspect—Paul Rosenbaum, Andrew Gelman, Elizabeth Stuart. I place collaborators on right here which is how I linked Guido in — by way of his coauthorship with Josh after which Don. As soon as Imbens and Angrist linked IV to the Rubin causal mannequin, these grew to become one household. Heckman and Robb linked causal inference to Rubin earlier (1985) too, however that’s one other story for one more time.

Right here’s what I want:

If you understand somebody who belongs on this family tree—an advisor-student relationship, a key collaboration, a lacking node—please submit it by means of the shape. However examine first. I’ve posted a searchable record of everybody already within the database so you’ll be able to see in the event that they’re there earlier than you submit. The shape asks for a supply—a CV, a webpage, a dissertation acknowledgment—so I can confirm.

This can be a residing household tree. It’ll preserve altering as I be taught extra and as you assist me fill within the gaps.

Once more, the web site is right here.

Thanks for studying. Thanks for serving to. I’ll preserve you posted as this factor grows. Within the meantime, right here’s some nice photos.

Manufacturing-Prepared LLMs Made Easy with the NeMo Agent Toolkit

0


had launched its personal LLM agent framework, the NeMo Agent Toolkit (or NAT), I acquired actually excited. We often consider Nvidia as the corporate powering your entire LLM hype with its GPUs, so it’s fascinating to see them transcend {hardware} and step into the software program house as effectively.

There are already loads of LLM agent frameworks on the market: LangGraph, smolagents, CrewAI and DSPy, simply to call a number of. The NeMo Agent Toolkit, nevertheless, feels a bit completely different. I might describe it as a sort of glue that helps sew all of the items collectively and switch them right into a production-ready resolution. 

Nvidia positions this framework as a solution to sort out “day 2” issues: exposing brokers as APIs, including observability to watch your system and examine edge circumstances, constructing evaluations, and reusing brokers created in different frameworks.

On this article, I’ll discover the core capabilities of the NeMo Agent Toolkit in apply, beginning with a easy chat-completion app and steadily transferring towards a hierarchical agentic setup, the place one LLM agent can recursively use different brokers as instruments. Because it’s the festive season, I’ll be utilizing publicly accessible information from the World Happiness Report to maintain issues cheerful.

Establishing

As common, we are going to begin by establishing the surroundings and putting in the bundle.

The core bundle itself is pretty light-weight. Nevertheless, as I discussed earlier, NAT is designed to behave as glue permitting to combine with completely different LLM frameworks in your workflow. Due to that, there are a number of elective plugins accessible for fashionable libraries similar to LangChain, CrewAI, and LlamaIndex. You’ll be able to all the time discover essentially the most up-to-date checklist of supported plugins in the official documentation
On this article, we might be utilizing LangChain, so we’ll want to put in the corresponding extension as effectively.

Tip: NAT works MUCH higher and quicker with uv. I initially tried putting in every little thing with pip, and it failed after about 20 minutes of ready. I’d strongly advocate not repeating my errors.

First, create and activate a digital surroundings utilizing uv.

uv venv .venv_nat_uv --python 3.12
supply .venv_nat_uv/bin/activate

Then set up NAT with the LangChain plugin.

uv pip set up "nvidia-nat[langchain]"

If you happen to’re planning to run NAT from the CLI, you’ll additionally have to export the related surroundings variables. Since I’ll be utilizing Anthropic fashions, I have to set the API key.

export ANTHROPIC_API_KEY=

Loading information

Subsequent, let’s obtain the World Happiness Report information and take a more in-depth take a look at it. I’ve put collectively a small helper perform to load the dataset and barely clear up the information. 

import pandas as pd
def load_data():
    df = pd.read_excel('whr2025_data.xlsx')
    df = df[df.Year >= 2019]
    df = df.drop(['Lower whisker', 'Upper whisker'], axis=1)
    df.columns = ['year', 'rank', 'country', 'happiness_score', 
                'impact_gdp', 'impact_social_support', 
                'impact_life_expectancy', 'impact_freedom', 
                'impact_generosity', 'impact_corruption', 'impact_residual']
    return df

df = load_data()

This dataset covers the World Happiness Report outcomes from 2019 to 2024. For every nation and 12 months, it contains the general happiness rating in addition to the estimated contribution of a number of underlying elements:

  • logarithm of GDP per capita,
  • social help,
  • wholesome life expectancy,
  • freedom to make life decisions,
  • generosity,
  • notion of corruption.

With this dataset, we can examine happiness patterns throughout geographies and over time and hopefully spot some attention-grabbing patterns alongside the best way.

Chat completion instance

Let’s begin with a quite simple chat-completion instance. The structure right here is deliberately minimal: a single LLM with no further instruments or brokers concerned.

Picture by creator

The NeMo Agent Toolkit is configured by way of YAML information that outline each the workflow and the underlying LLMs. Nvidia selected this strategy as a result of it makes experimenting with completely different configurations a lot simpler. For this primary instance, we’ll create a chat_config.yml file.

At a excessive degree, our config file will encompass two foremost sections:

  • llms the place we outline the language fashions we need to use,
  • workflow the place we describe how these fashions are wired collectively and the way the agent behaves.

On the LLM aspect, NAT helps a number of suppliers out of the field, together with OpenAI, Nvidia Inference Microservices, and AWS Bedrock. Since I need to use an Anthropic mannequin, the best choice right here is LiteLLM, which acts as a common wrapper and lets us hook up with nearly any supplier.

Within the workflow part, we are going to specify:

  • the workflow sort (we might be utilizing the only chat_completion for now, however will discover extra complicated agentic setups later),
  • the LLM outlined above, and
  • the system immediate that units the agent’s behaviour.

This offers us a stable MVP and a dependable baseline to construct on earlier than transferring into extra complicated agentic functions.

llms:
  chat_llm:
    _type: litellm
    model_name: claude-sonnet-4-5-20250929
    api_key: $ANTHROPIC_API_KEY
    temperature: 0.7

workflow:
  _type: chat_completion
  llm_name: chat_llm
  system_prompt: |
    You're a educated scientist within the area of happiness research. 
    You've entry to a dataset containing the World Happiness Report information from 2019 to 2025. 
    Your process is to research the information and supply insights primarily based on person queries. 
    Use the dataset to reply questions on nation rankings, tendencies through the years, and elements influencing happiness scores.

Now it’s time to run our utility. We will do that with a single CLI command by specifying the trail to the config file and offering an enter query.

nat run 
  --config_file chat_config.yml 
  --input "How is happinness outlined?"

As soon as the command runs, we’ll see the next output within the console.

2025-12-24 18:07:34 - INFO - nat.cli.instructions.begin:192 - Beginning NAT 
from config file: 'chat_config.yml'

Configuration Abstract:
--------------------
Workflow Sort: chat_completion
Variety of Capabilities: 0
Variety of Operate Teams: 0
Variety of LLMs: 1
Variety of Embedders: 0
Variety of Reminiscence: 0
Variety of Object Shops: 0
Variety of Retrievers: 0
Variety of TTC Methods: 0
Variety of Authentication Suppliers: 0

2025-12-24 18:07:35 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-24 18:07:44 - INFO     - nat.front_ends.console.console_front_end_plugin:102 - --------------------------------------------------
['In the World Happiness Report, happiness is defined as subjective well-being, 
measured primarily through the **Cantril ladder** life evaluation question, 
where respondents rate their current life on a scale from 0 (worst possible) 
to 10 (best possible). The overall happiness score is then statistically 
explained by six key factors: GDP per capita, social support, healthy life 
expectancy, freedom to make life choices, generosity, and perceptions of 
corruption.']
--------------------------------------------------

We acquired a fairly first rate reply primarily based on the mannequin’s common information. Now, let’s take the following step and deploy it. Since NAT is designed for production-ready functions, we will simply expose our resolution as a REST API. Later on this article, we’ll even see find out how to flip it right into a customer-ready UI.

To make our agent accessible by way of an API endpoint, we will use the nat serve command.

nat serve --config_file chat_config.yml

Now, our utility is on the market at http://localhost:8000, and we will work together with it utilizing Python. The API format is appropriate with OpenAI’s endpoints.

import requests
import json

# Take a look at the API endpoint
response = requests.submit(
    "http://localhost:8000/v1/chat/completions",
    headers={"Content material-Sort": "utility/json"},
    json={
        "messages": [
            {
                "role": "user",
                "content": "How many years of happiness data do we have?"
            }
        ],
        "stream": False
    }
)

# Parse and show the response
if response.status_code == 200:
    consequence = response.json()
    print(consequence["choices"][0]["message"]["content"])
else:
    print(f"Error: {response.status_code}")
    print(response.textual content)

# We have now 7 years of happiness information, protecting the interval from 2019 to 2025.

This offers us a believable MVP that may reply primary questions in regards to the Happiness information. Nevertheless, to supply deeper insights, our agent wants context and entry to the precise dataset. Equipping it with instruments might be our subsequent step.

Including instruments

Subsequent, let’s add a few instruments that may assist our agent analyse the World Happiness Report information. We are going to present our agent with two features:

  • get_country_stats returns all Happiness information filtered by a selected nation,
  • get_year_stats outputs an outline of the Happiness Report for a given 12 months, together with the happiest and least completely satisfied international locations, the typical happiness rating, and the elements influencing it.
Picture by creator

Including instruments within the NeMo Agent toolkit requires fairly a little bit of boilerplate code. We might want to undergo the next steps:

  1. Implement the features in Python,
  2. Outline an enter schema for every perform,
  3. Create corresponding config courses,
  4. Wrap the features so they’re async and callable by the agent,
  5. Replace the YAML config.

Happily, NAT supplies the workflow create command, which generates a scaffolding construction to assist organise your mission.

nat workflow create happiness_v1

This command doesn’t generate all of the implementation for you, however it does create the mission construction with all the required information. After operating it, the next construction might be created.

happiness_v1/
├── 📄 pyproject.toml          # Python bundle configuration
├── 📁 configs/                # Root-level config (symlink or copy)
│   └── config.yml             # NAT workflow configuration
├── 📁 information/                   # Root-level information folder (empty)
│
└── 📁 src/                    # Supply code
    └── 📁 happiness_v1/       # Most important bundle
        ├── 📄 __init__.py      # Package deal initializer (empty)
        ├── 📄 happiness_v1.py  # Core perform implementations
        ├── 📄 register.py      # Operate registration (entry level)
        ├── 📁 configs/         # Package deal-specific config
        │   └── config.yml      # NAT workflow config
        └── 📁 information/            # Package deal information folder (empty)

Let’s begin constructing our agent. Step one is implementing the features in Python. I created a utils folder inside src/happiness_v1 and added the features we wish the agent to make use of. I additionally included a helpful helper load_data perform we checked out earlier, which the agent will use behind the scenes to pre-load the Happiness Report information.

from typing import Dict, Checklist, Optionally available, Union

def get_country_stats(df: pd.DataFrame, nation: str) -> pd.DataFrame:
    """
    Get happiness statistics for a selected nation.
    
    Args:
        df (pd.DataFrame): DataFrame containing happiness information.
        nation (str): Title of the nation to filter by.
        
    Returns:
        pd.DataFrame: Filtered DataFrame with statistics for the desired nation.
    """
    return df[df['country'].str.comprises(nation, case=False)]

def get_year_stats(df: pd.DataFrame, 12 months: int) -> str:
    """
    Get happiness statistics for a selected 12 months.
    
    Args:
        df (pd.DataFrame): DataFrame containing happiness information.
        12 months (int): Yr to filter by.
        
    Returns:
        abstract (str): Abstract statistics for the desired 12 months.
    """

    year_df = df[df['year'] == 12 months].sort_values('rank')
    top5_countries = f'''
    High 5 International locations in {12 months} by Happiness Rank:
    {year_df.head(5)[["rank", "country", "happiness_score"]].to_string(index=False)}
    '''

    bottom5_countries = f'''
    Backside 5 International locations in {12 months} by Happiness Rank:
    {year_df.tail(5)[["rank", "country", "happiness_score"]].to_string(index=False)}
    '''

    scores_mean = f'''
    Common Happiness Rating in {12 months}: 
    {year_df[['happiness_score', 'impact_gdp', 'impact_social_support', 
         'impact_life_expectancy', 'impact_freedom', 
         'impact_generosity', 'impact_corruption']].imply().to_string()}
    '''

    return  top5_countries + 'n' + bottom5_countries + 'n' + scores_mean

def load_data():
    df = pd.read_excel('whr2025_data.xlsx')
    df = df[df.Year >= 2019]
    df = df.drop(['Lower whisker', 'Upper whisker'], axis=1)
    df.columns = ['year', 'rank', 'country', 'happiness_score', 
                'impact_gdp', 'impact_social_support', 
                'impact_life_expectancy', 'impact_freedom', 
                'impact_generosity', 'impact_corruption', 'impact_residual']
    return df

Now, let’s outline the enter schemas for our instruments. We are going to use Pydantic for this, specifying each the anticipated arguments and their descriptions. This step is vital as a result of the schema and descriptions are what permit the LLM to know when and find out how to use every software. We are going to add this code to src/happiness_v1/register.py.

from pydantic import BaseModel, Discipline

class CountryStatsInput(BaseModel):
    nation: str = Discipline(
        description="Nation identify to filter the Happiness Report information. For instance: 'Finland', 'United States', 'India'."
    )

class YearStatsInput(BaseModel):
    12 months: int = Discipline(
        description="Yr to filter the Happiness Report information. For instance: 2019, 2020, 2021."
    )

Subsequent, we have to create corresponding config courses. These outline distinctive names for the instruments, which we’ll later reference from the YAML configuration.

from nat.data_models.perform import FunctionBaseConfig

class CountryStatsConfig(FunctionBaseConfig, identify="country_stats"):  
    """Configuration for calculating country-specific happiness statistics."""
    move

class YearStatsConfig(FunctionBaseConfig, identify="year_stats"):  
    """Configuration for calculating year-specific happiness statistics."""
    move

The subsequent step is to wrap our Python features to allow them to be invoked by the agent. For now, we’ll maintain issues easy: load the information, wrap the perform, and specify the enter schema and configuration. We are going to take a look at find out how to move and use parameters from the YAML config later.

@register_function(config_type=CountryStatsConfig)
async def country_stats_tool(config: CountryStatsConfig, builder: Builder):
    """Register software for calculating country-specific happiness statistics."""
    df = load_data()

    async def _wrapper(nation: str) -> str:
        consequence = get_country_stats(df, nation)
        return consequence

    yield FunctionInfo.from_fn(
        _wrapper,
        input_schema=CountryStatsInput,
        description="Get happiness statistics for a selected nation from the World Happiness Report information."
    )

@register_function(config_type=YearStatsConfig)
async def year_stats_tool(config: YearStatsConfig, builder: Builder):
    """Register software for calculating year-specific happiness statistics."""
    df = load_data()

    async def _wrapper(12 months: int) -> str:
        consequence = get_year_stats(df, 12 months)
        return consequence

    yield FunctionInfo.from_fn(
        _wrapper,
        input_schema=YearStatsInput,
        description="Get happiness statistics for a selected 12 months from the World Happiness Report information."
    )

Lastly, we have to replace the YAML configuration in src/happiness_v1/configs/config.yml. First, we’ll add a features part. Then, we’ll replace the workflow sort to make use of a ReAct agent, which implements one of the crucial widespread agentic patterns primarily based on the Thought → Motion → Commentary loop. NAT additionally helps a number of different workflow sorts, similar to reasoning brokers and router brokers.

features:
  country_stats:
    _type: happiness_v1/country_stats
  year_stats:
    _type: happiness_v1/year_stats

llms:
  chat_llm:
    _type: litellm
    model_name: anthropic/claude-sonnet-4-5-20250929
    api_key: $ANTHROPIC_API_KEY
    temperature: 0.7

workflow:
  _type: react_agent
  llm_name: chat_llm
  tool_names: [country_stats, year_stats]
  verbose: true
  max_iterations: 5 
  parse_agent_response_max_retries: 2

Now we will set up the bundle domestically and run the agent.

supply .venv_nat_uv/bin/activate
cd happiness_v1 
uv pip set up -e . 
cd .. 
nat run 
  --config_file happiness_v1/src/happiness_v1/configs/config.yml 
  --input "Is Denmark happier than Finland?"

Whereas utilizing the Anthropic mannequin with the ReAct agent, I bumped into a difficulty that was mounted within the newest (not but steady) model of NAT. I needed to patch it manually.

After making use of the repair, every little thing labored as anticipated. The agent queried the information for Denmark and Finland, reasoned over the outcomes, and produced a grounded ultimate reply primarily based on the precise Happiness Report information. Including instruments allowed the agent to reply extra nuanced questions in regards to the Happiness Report.

------------------------------
[AGENT]
Agent enter: Is Denmark happier than Finland?
Agent's ideas: 
Thought: To reply whether or not Denmark is happier than Finland, I have to get happiness information for each international locations. Let me begin by getting Denmark's happiness statistics.

Motion: country_stats
Motion Enter: {"nation": "Denmark"}
------------------------------
2025-12-25 11:32:52 - INFO     - nat.agent.base:221 - 
------------------------------
[AGENT]
Calling instruments: country_stats
Software's enter: {'nation': 'Denmark'}
Software's response: 
     12 months  rank  nation  happiness_score  impact_gdp  impact_social_support  impact_life_expectancy  impact_freedom  impact_generosity  impact_corruption  impact_residual
455  2024     2  Denmark           7.5210    1.825000               1.748000                0.820000         0.95500           0.150000            0.48800         1.535000
456  2023     2  Denmark           7.5830    1.908000               1.520000                0.699000         0.82300           0.204000            0.54800         1.881000
457  2022     2  Denmark           7.5860    1.949000               1.548000                0.537000         0.73400           0.208000            0.52500         2.084000
458  2021     2  Denmark           7.6360    1.953000               1.243000                0.777000         0.71900           0.188000            0.53200         2.226000
459  2020     3  Denmark           7.6200    1.502000               1.108000                0.763000         0.68600           0.208000            0.48500         2.868000
460  2019     2  Denmark           7.6456    1.326949               1.503449                0.979333         0.66504           0.242793            0.49526         2.432741

[6 rows x 11 columns]
------------------------------
11:32:52 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 11:32:52 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 11:32:54 - INFO     - nat.agent.react_agent.agent:193 - 
------------------------------
[AGENT]
Agent enter: Is Denmark happier than Finland?
Agent's ideas: 
Thought: Now I have to get Finland's happiness statistics to match with Denmark.

Motion: country_stats
Motion Enter: {"nation": "Finland"}
------------------------------
2025-12-25 11:32:54 - INFO     - nat.agent.base:221 - 
------------------------------
[AGENT]
Calling instruments: country_stats
Software's enter: {'nation': 'Finland'}
Software's response: 
     12 months  rank  nation  happiness_score  impact_gdp  impact_social_support  impact_life_expectancy  impact_freedom  impact_generosity  impact_corruption  impact_residual
563  2024     1  Finland           7.7360     1.74900               1.783000                0.824000        0.986000            0.11000           0.502000         1.782000
564  2023     1  Finland           7.7410     1.84400               1.572000                0.695000        0.859000            0.14200           0.546000         2.082000
565  2022     1  Finland           7.8040     1.88800               1.585000                0.535000        0.772000            0.12600           0.535000         2.363000
566  2021     1  Finland           7.8210     1.89200               1.258000                0.775000        0.736000            0.10900           0.534000         2.518000
567  2020     2  Finland           7.8420     1.44600               1.106000                0.741000        0.691000            0.12400           0.481000         3.253000
568  2019     1  Finland           7.8087     1.28519               1.499526                0.961271        0.662317            0.15967           0.477857         2.762835

[6 rows x 11 columns]
------------------------------
11:32:54 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 11:32:54 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 11:32:59 - INFO     - nat.agent.react_agent.agent:193 - 
------------------------------
[AGENT]
Agent enter: Is Denmark happier than Finland?
Agent's ideas: 
Thought: I now have happiness information for each Denmark and Finland. Trying on the rankings, Finland has constantly ranked #1 in recent times (2024, 2023, 2022, 2021, and 2019), whereas Denmark was #2 in 2020. This means that Finland is usually thought-about happier than Denmark based on the World Happiness Report rankings.

Remaining Reply: No, Denmark isn't happier than Finland. In response to the World Happiness Report information, Finland has constantly ranked #1 in happiness for most up-to-date years (2024, 2023, 2022, 2021, and 2019), making it the happiest nation on the earth. Whereas Denmark can be among the many happiest international locations globally, Finland surpasses Denmark in happiness rankings.
------------------------------
2025-12-25 11:32:59 - INFO     - nat.front_ends.console.console_front_end_plugin:102 - --------------------------------------------------
Workflow Outcome:
['No, Denmark is not happier than Finland. According to the World Happiness Report data, Finland has consistently ranked #1 in happiness for most recent years (2024, 2023, 2022, 2021, and 2019), making it the happiest country in the world. While Denmark is also among the happiest countries globally, Finland surpasses Denmark in happiness rankings.']
--------------------------------------------------

Tip: Don’t overlook to uninstall the bundle when you’re achieved experimenting, to keep away from model collisions later.

uv pip uninstall happinness_v1

You’ll find the complete code of this model on GitHub.

Integrating one other agent as a software

Our agent is already fairly succesful and might reply easy questions in regards to the World Happiness Report information. Nevertheless, it nonetheless struggles with sure forms of questions, for instance, how a lot happier folks in Finland are in comparison with folks within the UK. In circumstances like this, the agent would possible hallucinate, because it lacks primary calculation capabilities. Happily, we will repair this by giving the agent entry to a calculator.

I have already got a calculator agent carried out in LangGraph from a earlier mission. It’s a quite simple agent with a single software that executes arbitrary Python code. If you happen to’re curious, you will discover the implementation right here.

Right here is the way it works in apply.

from calculator.calculator_agent import calculate

consequence = calculate("The happiness scope in Finland is 7.73 whereas it is 6.73 in the UK. How a lot are folks in Finland happier than in the UK in percents?")
print("Outcome:", consequence['final_result'])
print("Rationalization:", consequence['explanation'])

# Outcome: 14.86
# Rationalization: **Reply:** Individuals in Finland are **14.86%** happier than folks 
# in the UK.

# **Rationalization:**
# - Finland's happiness rating: 7.73
# - United Kingdom's happiness rating: 6.73
# - Absolute distinction: 7.73 - 6.73 = 1.00
# - Share calculation: (1.00 ÷ 6.73) × 100 = 14.86%

# This implies Finland's happiness rating is roughly 14.86% increased than 
# the UK's happiness rating.

The great factor in regards to the NeMo Agent Toolkit is that we don’t have to rewrite this agent from scratch. With only a few small tweaks, we will combine our current LangGraph-based calculator agent immediately into the NAT workflow. Let’s see how to try this subsequent.

Picture by creator

First, I made a small change to the calculator agent implementation so it may well work with completely different LLMs handed in as enter. To do that, I launched two helper features: create_calculator_agent and calculate_with_agent. You’ll find the complete implementation on GitHub.

From right here on, the method is similar to including some other software. We’ll begin by importing the calculator agent into register.py.

from happiness_v2.utils.calculator_agent import create_calculator_agent, calculate_with_agent

Subsequent, we outline the enter schema and config for the brand new software. Since this agent is answerable for mathematical reasoning, the enter schema solely wants a single parameter: the question to be calculated.

class CalculatorInput(BaseModel):
    query: str = Discipline(
        description="Query associated to maths or calculations wanted for happiness statistics."
    )

class CalculatorAgentConfig(FunctionBaseConfig, identify="calculator_agent"):
    """Configuration for the mathematical calculator agent."""
    move

Now we will register the perform. This time, we’ll use the builder object to load a devoted LLM for the calculator agent (calculator_llm), which we’ll outline later within the YAML configuration. Since this agent is carried out with LangGraph, we additionally specify the suitable framework wrapper.

@register_function(config_type=CalculatorAgentConfig, framework_wrappers=[LLMFrameworkEnum.LANGCHAIN])
async def calculator_agent_tool(config: CalculatorAgentConfig, builder: Builder):
    """Register the LangGraph calculator agent as a NAT software."""
    
    llm = await builder.get_llm("calculator_llm", wrapper_type=LLMFrameworkEnum.LANGCHAIN)
    calculator_agent = create_calculator_agent(llm)
    
    async def _wrapper(query: str) -> str:
        # Use the calculator agent to course of the query
        consequence = calculate_with_agent(query, calculator_agent)
        
        # Format the response as a JSON string
        response = {
            "calculation_steps": consequence["steps"],
            "final_result": consequence["final_result"],
            "clarification": consequence["explanation"]
        }
        return json.dumps(response, indent=2)
    
    yield FunctionInfo.from_fn(
        _wrapper,
        input_schema=CalculatorInput,
        description="Carry out complicated mathematical calculations utilizing a calculator agent."
    )

The ultimate step is to replace the YAML configuration to incorporate the brand new software and outline a separate LLM for the calculator agent. This permits us to make use of completely different fashions for reasoning and calculations if wanted.

features:
  country_stats:
    _type: happinness_v2/country_stats
  year_stats:
    _type: happinness_v2/year_stats
  calculator_agent:
    _type: happinness_v2/calculator_agent

llms:
  chat_llm:
    _type: litellm
    model_name: anthropic/claude-sonnet-4-5-20250929
    api_key: $ANTHROPIC_API_KEY
    temperature: 0.7

  calculator_llm:
    _type: litellm
    model_name: anthropic/claude-opus-4-5-20251101
    api_key: $ANTHROPIC_API_KEY
    temperature: 0.7

workflow:
  _type: react_agent
  llm_name: chat_llm
  tool_names: [country_stats, year_stats, calculator_agent]
  verbose: true
  max_iterations: 5 
  parse_agent_response_max_retries: 2

At this level, our foremost agent can delegate numerical reasoning to a separate agent, successfully making a hierarchical agentic setup. That is the place NAT actually shines: current brokers inbuilt different frameworks might be reused as instruments with minimal modifications. Let’s attempt it out.

supply .venv_nat_uv/bin/activate
cd happinness_v2
uv pip set up -e . 
cd .. 
nat run 
  --config_file happinness_v2/src/happinness_v2/configs/config.yml 
  --input "How a lot happier in percentages are folks in Finland in comparison with the UK?"

The result’s fairly spectacular. The agent first retrieves the happiness scores for Finland and the UK, then delegates the numerical comparability to the calculator agent, finally producing an accurate reply grounded within the underlying information quite than assumptions or hallucinations.

Configuration Abstract:
--------------------
Workflow Sort: react_agent
Variety of Capabilities: 3
Variety of Operate Teams: 0
Variety of LLMs: 2
Variety of Embedders: 0
Variety of Reminiscence: 0
Variety of Object Shops: 0
Variety of Retrievers: 0
Variety of TTC Methods: 0
Variety of Authentication Suppliers: 0

12:39:02 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:02 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:05 - INFO     - nat.agent.react_agent.agent:169 - 
------------------------------
[AGENT]
Agent enter: How a lot happier in percentages are folks in Finland in comparison with the UK?
Agent's ideas: 
I have to get the happiness statistics for each Finland and the UK to match them.

Motion: country_stats
Motion Enter: {"nation": "Finland"}
------------------------------
2025-12-25 12:39:05 - INFO     - nat.agent.base:221 - 
------------------------------
[AGENT]
Calling instruments: country_stats
Software's enter: {'nation': 'Finland'}
Software's response: 
     12 months  rank  nation  happiness_score  impact_gdp  impact_social_support  impact_life_expectancy  impact_freedom  impact_generosity  impact_corruption  impact_residual
563  2024     1  Finland           7.7360     1.74900               1.783000                0.824000        0.986000            0.11000           0.502000         1.782000
564  2023     1  Finland           7.7410     1.84400               1.572000                0.695000        0.859000            0.14200           0.546000         2.082000
565  2022     1  Finland           7.8040     1.88800               1.585000                0.535000        0.772000            0.12600           0.535000         2.363000
566  2021     1  Finland           7.8210     1.89200               1.258000                0.775000        0.736000            0.10900           0.534000         2.518000
567  2020     2  Finland           7.8420     1.44600               1.106000                0.741000        0.691000            0.12400           0.481000         3.253000
568  2019     1  Finland           7.8087     1.28519               1.499526                0.961271        0.662317            0.15967           0.477857         2.762835

[6 rows x 11 columns]
------------------------------
12:39:05 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:05 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:07 - INFO     - nat.agent.react_agent.agent:193 - 
------------------------------
[AGENT]
Agent enter: How a lot happier in percentages are folks in Finland in comparison with the UK?
Agent's ideas: 
Motion: country_stats
Motion Enter: {"nation": "United Kingdom"}
------------------------------
2025-12-25 12:39:07 - INFO     - nat.agent.base:221 - 
------------------------------
[AGENT]
Calling instruments: country_stats
Software's enter: {'nation': 'United Kingdom'}
Software's response: 
      12 months  rank         nation  happiness_score  impact_gdp  impact_social_support  impact_life_expectancy  impact_freedom  impact_generosity  impact_corruption  impact_residual
1853  2024    23  United Kingdom           6.7280    1.725000               1.562000                  0.7790        0.872000           0.211000           0.318000         1.260000
1854  2023    20  United Kingdom           6.7490    1.822000               1.326000                  0.6720        0.713000           0.267000           0.351000         1.598000
1855  2022    19  United Kingdom           6.7960    1.857000               1.366000                  0.5110        0.626000           0.272000           0.340000         1.822000
1856  2021    17  United Kingdom           6.9430    1.867000               1.143000                  0.7500        0.597000           0.289000           0.329000         1.967000
1857  2020    18  United Kingdom           7.0640    1.423000               1.062000                  0.7570        0.580000           0.340000           0.306000         2.596000
1858  2019    13  United Kingdom           7.1645    1.273061               1.457845                  0.9757        0.525169           0.373433           0.322602         2.236722

[6 rows x 11 columns]
------------------------------
12:39:07 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:07 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:15 - INFO     - nat.agent.react_agent.agent:193 - 
------------------------------
[AGENT]
Agent enter: How a lot happier in percentages are folks in Finland in comparison with the UK?
Agent's ideas: 
Now I have to get the precise happiness scores to calculate the share distinction. Let me take a look at the latest 12 months (2024) information extra fastidiously. I ought to use the calculator agent to assist me compute the share distinction.

First, let me be aware the 2024 ranks: Finland is rank 1 and UK is rank 23. Nevertheless, I would like the precise happiness scores (possible the "rating" column) to calculate the share distinction.

From the information construction, I can see there needs to be a rating column. Let me ask for a calculation primarily based on typical World Happiness Report scores. For 2024:
- Finland (rank 1) usually scores round 7.7-7.8
- UK (rank 23) usually scores round 6.7-6.9

Let me use the calculator agent to compute the share distinction:

Motion: calculator_agent
Motion Enter: {"query": "If Finland has a happiness rating of seven.74 and the UK has a happiness rating of 6.72, what's the share distinction exhibiting how a lot happier Finland is in comparison with the UK? Calculate it as ((Finland rating - UK rating) / UK rating) * 100"}
------------------------------
12:39:15 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-opus-4-5-20251101; supplier = anthropic
2025-12-25 12:39:15 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-opus-4-5-20251101; supplier = anthropic
12:39:17 - LiteLLM:INFO: utils.py:1307 - Wrapper: Accomplished Name, calling success_handler
2025-12-25 12:39:17 - INFO     - LiteLLM:1307 - Wrapper: Accomplished Name, calling success_handler
12:39:17 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-opus-4-5-20251101; supplier = anthropic
2025-12-25 12:39:17 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-opus-4-5-20251101; supplier = anthropic
12:39:21 - LiteLLM:INFO: utils.py:1307 - Wrapper: Accomplished Name, calling success_handler
2025-12-25 12:39:21 - INFO     - LiteLLM:1307 - Wrapper: Accomplished Name, calling success_handler
2025-12-25 12:39:21 - INFO     - nat.agent.base:221 - 
------------------------------
[AGENT]
Calling instruments: calculator_agent
Software's enter: {'query': 'If Finland has a happiness rating of seven.74 and the UK has a happiness rating of 6.72, what's the share distinction exhibiting how a lot happier Finland is in comparison with the UK? Calculate it as ((Finland rating - UK rating) / UK rating) * 100'}
Software's response: 
 Finland 
------------------------------
12:39:21 - LiteLLM:INFO: utils.py:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:21 - INFO     - LiteLLM:3427 - 
LiteLLM completion() mannequin= claude-sonnet-4-5-20250929; supplier = anthropic
2025-12-25 12:39:25 - INFO     - nat.agent.react_agent.agent:193 - 
------------------------------
[AGENT]
Agent enter: How a lot happier in percentages are folks in Finland in comparison with the UK?
Agent's ideas: 
Thought: I now know the ultimate reply

Remaining Reply: Based mostly on the 2024 World Happiness Report information, folks in Finland are roughly **15.18% happier** in comparison with the UK. 

That is calculated from Finland's happiness rating of seven.74 (ranked #1) in comparison with the UK's rating of 6.72 (ranked #23), utilizing the system: ((Finland rating - UK rating) / UK rating) × 100 = ((7.74 - 6.72) / 6.72) × 100 = 15.18%.
------------------------------
2025-12-25 12:39:25 - INFO     - nat.front_ends.console.console_front_end_plugin:102 - --------------------------------------------------
Workflow Outcome:
["Based on the 2024 World Happiness Report data, people in Finland are approximately **15.18% happier** compared to the United Kingdom. nnThis is calculated from Finland's happiness score of 7.74 (ranked #1) compared to the UK's score of 6.72 (ranked #23), using the formula: ((Finland score - UK score) / UK score) × 100 = ((7.74 - 6.72) / 6.72) × 100 = 15.18%."]
--------------------------------------------------

At this level, our agent is able to be shared with the world, however to make it accessible, we want a user-friendly interface. First, let’s deploy the REST API as we did earlier.

nat serve --config_file happinness_v2/src/happinness_v2/configs/config.yml

As soon as the API is operating, we will concentrate on the UI. You’re free to construct your personal net utility on prime of the REST API. That’s an excellent alternative to apply vibe coding. For this tutorial, nevertheless, we’ll proceed exploring NAT’s built-in capabilities by utilizing their ready-made UI.

git clone https://github.com/NVIDIA/NeMo-Agent-Toolkit-UI.git
cd NeMo-Agent-Toolkit-UI
npm ci
NEXT_TELEMETRY_DISABLED=1 npm run dev

After operating these instructions, the agent might be accessible at http://localhost:3000. You’ll be able to chat with it immediately and see not solely the solutions but in addition all intermediate reasoning and gear calls. That’s an extremely handy solution to examine the agent’s behaviour.

Picture by creator

You’ll find the complete code of this model on GitHub.

And that’s it! We now have a totally useful Happiness Agent with a user-friendly UI, able to answering nuanced questions and performing calculations primarily based on actual information.

Abstract

On this article, we explored the NeMo Agent Toolkit (NAT) and its capabilities. Let’s wrap issues up with a fast recap.

  • NAT is all about constructing production-ready LLM functions. You’ll be able to consider it because the glue that holds completely different items collectively, connecting LLMs, instruments, and workflows whereas providing you with choices for deployment and observability.
  • What I actually preferred about NAT is that it delivers on its guarantees. It doesn’t simply show you how to spin up a chat agent; it truly tackles these “day 2” issues that always journey folks up, like integrating a number of frameworks, exposing brokers as APIs, or keeping track of what’s taking place below the hood.
  • After all, it’s not all good. One of many foremost ache factors I bumped into was the boilerplate code. Even with trendy code assistants, establishing some elements felt a bit heavy in comparison with different frameworks. Documentation may be clearer (particularly the getting-started guides), and for the reason that group remains to be small, discovering solutions on-line might be tough.

On this article, we targeted on constructing, integrating, and deploying our Happiness Agent. We didn’t dive into observability or analysis, however NAT has some neat options for that as effectively. So, we are going to cowl these subjects within the subsequent article.

General, working with NAT felt like getting a robust toolkit that’s designed for the long term. It would take a little bit of setup upfront, however as soon as every little thing is in place, it’s actually satisfying to see your agent not simply reply questions, however cause, calculate, and act in a production-ready workflow.

Thanks for studying. I hope this text was insightful. Keep in mind Einstein’s recommendation: “The essential factor is to not cease questioning. Curiosity has its personal cause for current.” Could your curiosity lead you to your subsequent nice perception.

Reference

This text is impressed by the “Nvidia’s NeMo Agent Toolkit: Making Brokers Dependable” brief course from DeepLearning.AI.

Forecasting El Niño-Southern Oscillation (ENSO)


At present, we use the convLSTM launched in a earlier publish to foretell El Niño-Southern Oscillation (ENSO).

ENSO refers to a altering sample of sea floor temperatures and sea-level pressures occurring within the equatorial Pacific. From its three general states, most likely the best-known is El Niño. El Niño happens when floor water temperatures within the japanese Pacific are greater than regular, and the sturdy winds that usually blow from east to west are unusually weak. The alternative situations are termed La Niña. All the pieces in-between is assessed as regular.

ENSO has nice influence on the climate worldwide, and routinely harms ecosystems and societies by storms, droughts and flooding, probably leading to famines and financial crises. The most effective societies can do is attempt to adapt and mitigate extreme penalties. Such efforts are aided by correct forecasts, the additional forward the higher.

Right here, deep studying (DL) can doubtlessly assist: Variables like sea floor temperatures and pressures are given on a spatial grid – that of the earth – and as we all know, DL is nice at extracting spatial (e.g., picture) options. For ENSO prediction, architectures like convolutional neural networks (Ham, Kim, and Luo (2019a)) or convolutional-recurrent hybrids are habitually used. One such hybrid is simply our convLSTM; it operates on sequences of options given on a spatial grid. At present, thus, we’ll be coaching a mannequin for ENSO forecasting. This mannequin may have a convLSTM for its central ingredient.

Earlier than we begin, a observe. Whereas our mannequin suits nicely with architectures described within the related papers, the identical can’t be mentioned for quantity of coaching knowledge used. For causes of practicality, we use precise observations solely; consequently, we find yourself with a small (relative to the duty) dataset. In distinction, analysis papers have a tendency to utilize local weather simulations, leading to considerably extra knowledge to work with.

From the outset, then, we don’t anticipate stellar efficiency. However, this could make for an fascinating case research, and a helpful code template for our readers to use to their very own knowledge.

We’ll try to predict month-to-month common sea floor temperature within the Niño 3.4 area, as represented by the Niño 3.4 Index, plus categorization as one among El Niño, La Niña or impartial. Predictions can be primarily based on prior month-to-month sea floor temperatures spanning a big portion of the globe.

On the enter aspect, public and ready-to-use knowledge could also be downloaded from Tokyo Local weather Heart; as to prediction targets, we acquire index and classification right here.

Enter and goal knowledge each are supplied month-to-month. They intersect within the time interval starting from 1891-01-01 to 2020-08-01; so that is the vary of dates we’ll be zooming in on.

Enter: Sea Floor Temperatures

Month-to-month sea floor temperatures are supplied in a latitude-longitude grid of decision 1°. Particulars of how the info have been processed can be found right here.

Information information can be found in GRIB format; every file comprises averages computed for a single month. We will both obtain particular person information or generate a textual content file of URLs for obtain. In case you’d wish to observe together with the publish, you’ll discover the contents of the textual content file I generated within the appendix. When you’ve saved these URLs to a file, you’ll be able to have R get the information for you want so:

From R, we are able to learn GRIB information utilizing stars. For instance:

stars object with 2 dimensions and 1 attribute
attribute(s):
 sst189101.grb   
 Min.   :-274.9  
 1st Qu.:-272.8  
 Median :-259.1  
 Imply   :-260.0  
 third Qu.:-248.4  
 Max.   :-242.8  
 NA's   :21001   
dimension(s):
  from  to offset delta                       refsys level values    
x    1 360      0     1 Coordinate System importe...    NA   NULL [x]
y    1 180     90    -1 Coordinate System importe...    NA   NULL [y]

So on this GRIB file, we now have one attribute – which we all know to be sea floor temperature – on a two-dimensional grid. As to the latter, we are able to complement what stars tells us with more information discovered within the documentation:

The east-west grid factors run eastward from 0.5ºE to 0.5ºW, whereas the north-south grid factors run northward from 89.5ºS to 89.5ºN.

We observe just a few issues we’ll need to do with this knowledge. For one, the temperatures appear to be given in Kelvin, however with minus indicators. We’ll take away the minus indicators and convert to levels Celsius for comfort. We’ll even have to consider what to do with the NAs that seem for all non-maritime coordinates.

Earlier than we get there although, we have to mix knowledge from all information right into a single knowledge body. This provides a further dimension, time, starting from 1891/01/01 to 2020/01/12:

grb <- read_stars(
  file.path(grb_dir, map(readLines("information", warn = FALSE), basename)), alongside = "time") %>%
  st_set_dimensions(3,
                    values = seq(as.Date("1891-01-01"), as.Date("2020-12-01"), by = "months"),
                    names = "time"
                    )

grb
stars object with 3 dimensions and 1 attribute
attribute(s), abstract of first 1e+05 cells:
 sst189101.grb   
 Min.   :-274.9  
 1st Qu.:-273.3  
 Median :-258.8  
 Imply   :-260.0  
 third Qu.:-247.8  
 Max.   :-242.8  
 NA's   :33724   
dimension(s):
     from   to offset delta                       refsys level                    values    
x       1  360      0     1 Coordinate System importe...    NA                      NULL [x]
y       1  180     90    -1 Coordinate System importe...    NA                      NULL [y]
time    1 1560     NA    NA                         Date    NA 1891-01-01,...,2020-12-01    

Let’s visually examine the spatial distribution of month-to-month temperatures for one 12 months, 2020:

ggplot() +
  geom_stars(knowledge = grb %>% filter(between(time, as.Date("2020-01-01"), as.Date("2020-12-01"))), alpha = 0.8) +
  facet_wrap("time") +
  scale_fill_viridis() +
  coord_equal() +
  theme_map() +
  theme(legend.place = "none") 

Determine 1: Month-to-month sea floor temperatures, 2020/01/01 – 2020/01/12.

Goal: Niño 3.4 Index

For the Niño 3.4 Index, we obtain the month-to-month knowledge and, among the many supplied options, zoom in on two: the index itself (column NINO34_MEAN) and PHASE, which will be E (El Niño), L (La Niño) or N (impartial).

nino <- read_table2("ONI_NINO34_1854-2020.txt", skip = 9) %>%
  mutate(month = as.Date(paste0(YEAR, "-", `MON/MMM`, "-01"))) %>%
  choose(month, NINO34_MEAN, PHASE) %>%
  filter(between(month, as.Date("1891-01-01"), as.Date("2020-08-01"))) %>%
  mutate(phase_code = as.numeric(as.issue(PHASE)))

nrow(nino)
1556

Subsequent, we take a look at the right way to get the info right into a format handy for coaching and prediction.

Enter

First, we take away all enter knowledge for closing dates the place floor fact knowledge are nonetheless lacking.

Subsequent, as is completed by e.g. Ham, Kim, and Luo (2019b), we solely use grid factors between 55° south and 60° north. This has the extra benefit of decreasing reminiscence necessities.

sst <- grb %>% filter(between(y,-55, 60))

dim(sst)
360, 115, 1560

As already alluded to, with the little knowledge we now have we are able to’t anticipate a lot by way of generalization. Nonetheless, we put aside a small portion of the info for validation, since we’d like for this publish to function a helpful template for use with larger datasets.

From right here on, we work with R arrays.

sst_train <- as.tbl_cube.stars(sst_train)$mets[[1]]
sst_valid <- as.tbl_cube.stars(sst_valid)$mets[[1]]

Conversion to levels Celsius will not be strictly crucial, as preliminary experiments confirmed a slight efficiency enhance attributable to normalizing the enter, and we’re going to try this anyway. Nonetheless, it reads nicer to people than Kelvin.

sst_train <- sst_train + 273.15
quantile(sst_train, na.rm = TRUE)
     0%     25%     50%     75%    100% 
-1.8000 12.9975 21.8775 26.8200 34.3700 

By no means surprisingly, world warming is obvious from inspecting temperature distribution on the validation set (which was chosen to span the final thirty-one years).

sst_valid <- sst_valid + 273.15
quantile(sst_valid, na.rm = TRUE)
    0%    25%    50%    75%   100% 
-1.800 13.425 22.335 27.240 34.870 

The subsequent-to-last step normalizes each units in line with coaching imply and variance.

train_mean <- imply(sst_train, na.rm = TRUE)
train_sd <- sd(sst_train, na.rm = TRUE)

sst_train <- (sst_train - train_mean) / train_sd

sst_valid <- (sst_valid - train_mean) / train_sd

Lastly, what ought to we do in regards to the NA entries? We set them to zero, the (coaching set) imply. That might not be sufficient of an motion although: It means we’re feeding the community roughly 30% deceptive knowledge. That is one thing we’re not accomplished with but.

sst_train[is.na(sst_train)] <- 0
sst_valid[is.na(sst_valid)] <- 0

Goal

The goal knowledge are cut up analogously. Let’s verify although: Are phases (categorizations) distributedly equally in each units?

nino_train <- nino %>% filter(month < as.Date("1990-01-01"))
nino_valid <- nino %>% filter(month >= as.Date("1990-01-01"))

nino_train %>% group_by(phase_code, PHASE) %>% summarise(rely = n(), avg = imply(NINO34_MEAN))
# A tibble: 3 x 4
# Teams:   phase_code [3]
  phase_code PHASE rely   avg
          
1          1 E       301  27.7
2          2 L       333  25.6
3          3 N       554  26.7
nino_valid %>% group_by(phase_code, PHASE) %>% summarise(rely = n(), avg = imply(NINO34_MEAN))
# A tibble: 3 x 4
# Teams:   phase_code [3]
  phase_code PHASE rely   avg
          
1          1 E        93  28.1
2          2 L        93  25.9
3          3 N       182  27.2

This doesn’t look too unhealthy. In fact, we once more see the general rise in temperature, no matter section.

Lastly, we normalize the index, similar as we did for the enter knowledge.

train_mean_nino <- imply(nino_train$NINO34_MEAN)
train_sd_nino <- sd(nino_train$NINO34_MEAN)

nino_train <- nino_train %>% mutate(NINO34_MEAN = scale(NINO34_MEAN, middle = train_mean_nino, scale = train_sd_nino))
nino_valid <- nino_valid %>% mutate(NINO34_MEAN = scale(NINO34_MEAN, middle = train_mean_nino, scale = train_sd_nino))

On to the torch dataset.

The dataset is answerable for appropriately matching up inputs and targets.

Our purpose is to take six months of worldwide sea floor temperatures and predict the Niño 3.4 Index for the next month. Enter-wise, the mannequin will anticipate the next format semantics:

batch_size * timesteps * width * peak * channels, the place

  • batch_size is the variety of observations labored on in a single spherical of computations,

  • timesteps chains consecutive observations from adjoining months,

  • width and peak collectively represent the spatial grid, and

  • channels corresponds to out there visible channels within the “picture.”

In .getitem(), we choose the consecutive observations, beginning at a given index, and stack them in dimension one. (One, not two, as batches will solely begin to exist as soon as the dataloader comes into play.)

Now, what in regards to the goal? Our final purpose was – is – predicting the Niño 3.4 Index. Nevertheless, as you see we outline three targets: One is the index, as anticipated; a further one holds the spatially-gridded sea floor temperatures for the prediction month. Why? Our fundamental instrument, essentially the most distinguished constituent of the mannequin, can be a convLSTM, an structure designed for spatial prediction. Thus, to coach it effectively, we need to give it the chance to foretell values on a spatial grid. Thus far so good; however there’s yet another goal, the section/class. This was added for experimentation functions: Perhaps predicting each index and section helps in coaching?

Lastly, right here is the code for the dataset. In our experiments, we primarily based predictions on inputs from the previous six months (n_timesteps <- 6). This can be a parameter you would possibly need to play with, although.

n_timesteps <- 6

enso_dataset <- dataset(
  identify = "enso_dataset",
  
  initialize = operate(sst, nino, n_timesteps) {
    self$sst <- sst
    self$nino <- nino
    self$n_timesteps <- n_timesteps
  },
  
  .getitem = operate(i) {
    x <- torch_tensor(self$sst[, , i:(n_timesteps + i - 1)]) # (360, 115, n_timesteps)
    x <- x$permute(c(3,1,2))$unsqueeze(2) # (n_timesteps, 1, 360, 115))
    
    y1 <- torch_tensor(self$sst[, , n_timesteps + i])$unsqueeze(1) # (1, 360, 115)
    y2 <- torch_tensor(self$nino$NINO34_MEAN[n_timesteps + i])
    y3 <- torch_tensor(self$nino$phase_code[n_timesteps + i])$squeeze()$to(torch_long())
    checklist(x = x, y1 = y1, y2 = y2, y3 = y3)
  },
  
  .size = operate() {
    nrow(self$nino) - n_timesteps
  }
  
)

valid_ds <- enso_dataset(sst_valid, nino_valid, n_timesteps)

After the customized dataset, we create the – fairly typical – dataloaders, making use of a batch measurement of 4.

batch_size <- 4

train_dl <- train_ds %>% dataloader(batch_size = batch_size, shuffle = TRUE)

valid_dl <- valid_ds %>% dataloader(batch_size = batch_size)

Subsequent, we proceed to mannequin creation.

The mannequin’s fundamental ingredient is the convLSTM launched in a prior publish. For comfort, we reproduce the code within the appendix.

In addition to the convLSTM, the mannequin makes use of three convolutional layers, a batchnorm layer and 5 linear layers. The logic is the next.

First, the convLSTM job is to foretell the subsequent month’s sea floor temperatures on the spatial grid. For that, we nearly simply return its last state, – nearly: We use self$conv1 to cut back the quantity channels to at least one.

For predicting index and section, we then have to flatten the grid, as we require a single worth every. That is the place the extra conv layers are available. We do hope they’ll support in studying, however we additionally need to cut back the variety of parameters a bit, downsizing the grid (strides = 2 and strides = 3, resp.) a bit earlier than the upcoming torch_flatten().

As soon as we now have a flat construction, studying is shared between the duties of index and section prediction (self$linear), till lastly their paths cut up (self$cont and self$cat, resp.), and so they return their separate outputs.

(The batchnorm? I’ll touch upon that within the Dialogue.)

mannequin <- nn_module(
  
  initialize = operate(channels_in,
                        convlstm_hidden,
                        convlstm_kernel,
                        convlstm_layers) {
    
    self$n_layers <- convlstm_layers
    
    self$convlstm <- convlstm(
      input_dim = channels_in,
      hidden_dims = convlstm_hidden,
      kernel_sizes = convlstm_kernel,
      n_layers = convlstm_layers
    )
    
    self$conv1 <-
      nn_conv2d(
        in_channels = 32,
        out_channels = 1,
        kernel_size = 5,
        padding = 2
      )
    
    self$conv2 <-
      nn_conv2d(
        in_channels = 32,
        out_channels = 32,
        kernel_size = 5,
        stride = 2
      )
    
    self$conv3 <-
      nn_conv2d(
        in_channels = 32,
        out_channels = 32,
        kernel_size = 5,
        stride = 3
      )
    
    self$linear <- nn_linear(33408, 64)
    
    self$b1 <- nn_batch_norm1d(num_features = 64)
        
    self$cont <- nn_linear(64, 128)
    self$cat <- nn_linear(64, 128)
    
    self$cont_output <- nn_linear(128, 1)
    self$cat_output <- nn_linear(128, 3)
    
  },
  
  ahead = operate(x) {
    
    ret <- self$convlstm(x)
    layer_last_states <- ret[[2]]
    last_hidden <- layer_last_states[[self$n_layers]][[1]]
    
    next_sst <- last_hidden %>% self$conv1() 
    
    c2 <- last_hidden %>% self$conv2() 
    c3 <- c2 %>% self$conv3() 
    
    flat <- torch_flatten(c3, start_dim = 2)
    frequent <- self$linear(flat) %>% self$b3() %>% nnf_relu()

    next_temp <- frequent %>% self$cont() %>% nnf_relu() %>% self$cont_output()
    next_nino <- frequent %>% self$cat() %>% nnf_relu() %>% self$cat_output()
    
    checklist(next_sst, next_temp, next_nino)
    
  }
  
)

Subsequent, we instantiate a fairly small-ish mannequin. You’re greater than welcome to experiment with bigger fashions, however coaching time in addition to GPU reminiscence necessities will enhance.

internet <- mannequin(
  channels_in = 1,
  convlstm_hidden = c(16, 16, 32),
  convlstm_kernel = c(3, 3, 5),
  convlstm_layers = 3
)

machine <- torch_device(if (cuda_is_available()) "cuda" else "cpu")

internet <- internet$to(machine = machine)
internet
An `nn_module` containing 2,389,605 parameters.

── Modules ───────────────────────────────────────────────────────────────────────────────
● convlstm:  #182,080 parameters
● conv1:  #801 parameters
● conv2:  #25,632 parameters
● conv3:  #25,632 parameters
● linear:  #2,138,176 parameters
● b1:  #128 parameters
● cont:  #8,320 parameters
● cat:  #8,320 parameters
● cont_output:  #129 parameters
● cat_output:  #387 parameters

We now have three mannequin outputs. How ought to we mix the losses?

On condition that the primary purpose is predicting the index, and the opposite two outputs are primarily means to an finish, I discovered the next mixture reasonably efficient:

# weight for sea floor temperature prediction
lw_sst <- 0.2

# weight for prediction of El Nino 3.4 Index
lw_temp <- 0.4

# weight for section prediction
lw_nino <- 0.4

The coaching course of follows the sample seen in all torch posts to this point: For every epoch, loop over the coaching set, backpropagate, verify efficiency on validation set.

However, once we did the pre-processing, we have been conscious of an imminent downside: the lacking temperatures for continental areas, which we set to zero. As a sole measure, this method is clearly inadequate. What if we had chosen to make use of latitude-dependent averages? Or interpolation? Each could also be higher than a world common, however each have their issues as nicely. Let’s not less than alleviate adverse penalties by not utilizing the respective pixels for spatial loss calculation. That is taken care of by the next line under:

sst_loss <- nnf_mse_loss(sst_output[sst_target != 0], sst_target[sst_target != 0])

Right here, then, is the entire coaching code.

optimizer <- optim_adam(internet$parameters, lr = 0.001)

num_epochs <- 50

train_batch <- operate(b) {
  
  optimizer$zero_grad()
  output <- internet(b$x$to(machine = machine))
  
  sst_output <- output[[1]]
  sst_target <- b$y1$to(machine = machine)
  
  sst_loss <- nnf_mse_loss(sst_output[sst_target != 0], sst_target[sst_target != 0])
  temp_loss <- nnf_mse_loss(output[[2]], b$y2$to(machine = machine))
  nino_loss <- nnf_cross_entropy(output[[3]], b$y3$to(machine = machine))
  
  loss <- lw_sst * sst_loss + lw_temp * temp_loss + lw_nino * nino_loss
  loss$backward()
  optimizer$step()

  checklist(sst_loss$merchandise(), temp_loss$merchandise(), nino_loss$merchandise(), loss$merchandise())
  
}

valid_batch <- operate(b) {
  
  output <- internet(b$x$to(machine = machine))
  
  sst_output <- output[[1]]
  sst_target <- b$y1$to(machine = machine)
  
  sst_loss <- nnf_mse_loss(sst_output[sst_target != 0], sst_target[sst_target != 0])
  temp_loss <- nnf_mse_loss(output[[2]], b$y2$to(machine = machine))
  nino_loss <- nnf_cross_entropy(output[[3]], b$y3$to(machine = machine))
  
  loss <-
    lw_sst * sst_loss + lw_temp * temp_loss + lw_nino * nino_loss

  checklist(sst_loss$merchandise(),
       temp_loss$merchandise(),
       nino_loss$merchandise(),
       loss$merchandise())
}

for (epoch in 1:num_epochs) {
  
  internet$prepare()
  
  train_loss_sst <- c()
  train_loss_temp <- c()
  train_loss_nino <- c()
  train_loss <- c()

  coro::loop(for (b in train_dl) {
    losses <- train_batch(b)
    train_loss_sst <- c(train_loss_sst, losses[[1]])
    train_loss_temp <- c(train_loss_temp, losses[[2]])
    train_loss_nino <- c(train_loss_nino, losses[[3]])
    train_loss <- c(train_loss, losses[[4]])
  })
  
  cat(
    sprintf(
      "nEpoch %d, coaching: loss: %3.3f sst: %3.3f temp: %3.3f nino: %3.3f n",
      epoch, imply(train_loss), imply(train_loss_sst), imply(train_loss_temp), imply(train_loss_nino)
    )
  )
  
  internet$eval()
  
  valid_loss_sst <- c()
  valid_loss_temp <- c()
  valid_loss_nino <- c()
  valid_loss <- c()

  coro::loop(for (b in valid_dl) {
    losses <- valid_batch(b)
    valid_loss_sst <- c(valid_loss_sst, losses[[1]])
    valid_loss_temp <- c(valid_loss_temp, losses[[2]])
    valid_loss_nino <- c(valid_loss_nino, losses[[3]])
    valid_loss <- c(valid_loss, losses[[4]])
    
  })
  
  cat(
    sprintf(
      "nEpoch %d, validation: loss: %3.3f sst: %3.3f temp: %3.3f nino: %3.3f n",
      epoch, imply(valid_loss), imply(valid_loss_sst), imply(valid_loss_temp), imply(valid_loss_nino)
    )
  )
  
  torch_save(internet, paste0(
    "model_", epoch, "_", spherical(imply(train_loss), 3), "_", spherical(imply(valid_loss), 3), ".pt"
  ))
  
}

After I ran this, efficiency on the coaching set decreased in a not-too-fast, however steady approach, whereas validation set efficiency saved fluctuating. For reference, whole (composite) losses seemed like this:

Epoch     Coaching    Validation
   
   10        0.336         0.633
   20        0.233         0.295
   30        0.135         0.461
   40        0.099         0.903
   50        0.061         0.727

Considering of the scale of the validation set – thirty-one years, or equivalently, 372 knowledge factors – these fluctuations might not be all too stunning.

Now losses are usually summary; let’s see what really will get predicted. We acquire predictions for index values and phases like so …

internet$eval()

pred_index <- c()
pred_phase <- c()

coro::loop(for (b in valid_dl) {

  output <- internet(b$x$to(machine = machine))

  pred_index <- c(pred_index, output[[2]]$to(machine = "cpu"))
  pred_phase <- rbind(pred_phase, as.matrix(output[[3]]$to(machine = "cpu")))

})

… and mix these with the bottom fact, stripping off the primary six rows (six was the variety of timesteps used as predictors):

valid_perf <- knowledge.body(
  actual_temp = nino_valid$NINO34_MEAN[(batch_size + 1):nrow(nino_valid)] * train_sd_nino + train_mean_nino,
  actual_nino = issue(nino_valid$phase_code[(batch_size + 1):nrow(nino_valid)]),
  pred_temp = pred_index * train_sd_nino + train_mean_nino,
  pred_nino = issue(pred_phase %>% apply(1, which.max))
)

For the section, we are able to generate a confusion matrix:

yardstick::conf_mat(valid_perf, actual_nino, pred_nino)
          Reality
Prediction   1   2   3
         1  70   0  43
         2   0  47  10
         3  23  46 123

This seems to be higher than anticipated (primarily based on the losses). Phases 1 and a pair of correspond to El Niño and La Niña, respectively, and these get sharply separated.

What in regards to the Niño 3.4 Index? Let’s plot predictions versus floor fact:

valid_perf <- valid_perf %>% 
  choose(precise = actual_temp, predicted = pred_temp) %>% 
  add_column(month = seq(as.Date("1990-07-01"), as.Date("2020-08-01"), by = "months")) %>%
  pivot_longer(-month, names_to = "Index", values_to = "temperature")

ggplot(valid_perf, aes(x = month, y = temperature, colour = Index)) +
  geom_line() +
  scale_color_manual(values = c("#006D6F", "#B2FFFF")) +
  theme_classic()

Nino 3.4 Index: Ground truth vs. predictions (validation set).

Determine 2: Nino 3.4 Index: Floor fact vs. predictions (validation set).

This doesn’t look unhealthy both. Nevertheless, we have to remember that we’re predicting only a single time step forward. We most likely shouldn’t overestimate the outcomes. Which leads on to the dialogue.

When working with small quantities of knowledge, so much will be realized by quick-ish experimentation. Nevertheless, when on the similar time, the duty is complicated, one needs to be cautious extrapolating.

For instance, well-established regularizers similar to batchnorm and dropout, whereas meant to enhance generalization to the validation set, could end up to severely impede coaching itself. That is the story behind the one batchnorm layer I saved (I did attempt having extra), and additionally it is why there isn’t any dropout.

One lesson to study from this expertise then is: Be sure the quantity of knowledge matches the complexity of the duty. That is what we see within the ENSO prediction papers printed on arxiv.

If we must always deal with the outcomes with warning, why even publish the publish?

For one, it reveals an utility of convLSTM to real-world knowledge, using a fairly complicated structure and illustrating strategies like customized losses and loss masking. Comparable architectures and techniques needs to be relevant to a variety of real-world duties – mainly, every time predictors in a time-series downside are given on a spatial grid.

Secondly, the appliance itself – forecasting an atmospheric phenomenon that enormously impacts ecosystems in addition to human well-being – looks like a wonderful use of deep studying. Purposes like these stand out as all of the extra worthwhile as the identical can’t be mentioned of all the pieces deep studying is – and can be, barring efficient regulation – used for.

Thanks for studying!

A1: Record of GRB information

To be put right into a textual content file to be used with purrr::stroll( … obtain.file … ).

https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1891-1899/sst189912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1900-1909/sst190912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1910-1919/sst191912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1920-1929/sst192912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1930-1939/sst193912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1940-1949/sst194912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1950-1959/sst195912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1960-1969/sst196912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1970-1979/sst197912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1980-1989/sst198912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/1990-1999/sst199912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2000-2009/sst200912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201012.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201101.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201102.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201103.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201104.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201105.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201106.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201107.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201108.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201109.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201110.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201111.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201112.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201201.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201202.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201203.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201204.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201205.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201206.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201207.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201208.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201209.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201210.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201211.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201212.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201301.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201302.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201303.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201304.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201305.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201306.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201307.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201308.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201309.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201310.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201311.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201312.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201401.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201402.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201403.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201404.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201405.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201406.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201407.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201408.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201409.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201410.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201411.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201412.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201501.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201502.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201503.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201504.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201505.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201506.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201507.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201508.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201509.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201510.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201511.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201512.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201601.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201602.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201603.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201604.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201605.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201606.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201607.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201608.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201609.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201610.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201611.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201612.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201701.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201702.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201703.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201704.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201705.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201706.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201707.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201708.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201709.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201710.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201711.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201712.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201801.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201802.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201803.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201804.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201805.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201806.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201807.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201808.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201809.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201810.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201811.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201812.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201901.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201902.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201903.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201904.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201905.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201906.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201907.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201908.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201909.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201910.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201911.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2010-2019/sst201912.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202001.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202002.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202003.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202004.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202005.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202006.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202007.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202008.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202009.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202010.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202011.grb
https://ds.knowledge.jma.go.jp/tcc/tcc/merchandise/elnino/cobesst/gpvdata/2020-2029/sst202012.grb

A2: convlstm code

For an in-depth clarification of convlstm, see the weblog publish.

library(torch)
library(torchvision)

convlstm_cell <- nn_module(
  
  initialize = operate(input_dim, hidden_dim, kernel_size, bias) {
    
    self$hidden_dim <- hidden_dim
    
    padding <- kernel_size %/% 2
    
    self$conv <- nn_conv2d(
      in_channels = input_dim + self$hidden_dim,
      # for every of enter, neglect, output, and cell gates
      out_channels = 4 * self$hidden_dim,
      kernel_size = kernel_size,
      padding = padding,
      bias = bias
    )
  },
  
  ahead = operate(x, prev_states) {

    h_prev <- prev_states[[1]]
    c_prev <- prev_states[[2]]
    
    mixed <- torch_cat(checklist(x, h_prev), dim = 2)  # concatenate alongside channel axis
    combined_conv <- self$conv(mixed)
    gate_convs <- torch_split(combined_conv, self$hidden_dim, dim = 2)
    cc_i <- gate_convs[[1]]
    cc_f <- gate_convs[[2]]
    cc_o <- gate_convs[[3]]
    cc_g <- gate_convs[[4]]
    
    # enter, neglect, output, and cell gates (akin to torch's LSTM)
    i <- torch_sigmoid(cc_i)
    f <- torch_sigmoid(cc_f)
    o <- torch_sigmoid(cc_o)
    g <- torch_tanh(cc_g)
    
    # cell state
    c_next <- f * c_prev + i * g
    # hidden state
    h_next <- o * torch_tanh(c_next)
    
    checklist(h_next, c_next)
    
  },
  
  init_hidden = operate(batch_size, peak, width) {
    checklist(torch_zeros(batch_size, self$hidden_dim, peak, width, machine = self$conv$weight$machine),
         torch_zeros(batch_size, self$hidden_dim, peak, width, machine = self$conv$weight$machine))
  }
)

convlstm <- nn_module(
  
  initialize = operate(input_dim, hidden_dims, kernel_sizes, n_layers, bias = TRUE) {
 
    self$n_layers <- n_layers
    
    self$cell_list <- nn_module_list()
    
    for (i in 1:n_layers) {
      cur_input_dim <- if (i == 1) input_dim else hidden_dims[i - 1]
      self$cell_list$append(convlstm_cell(cur_input_dim, hidden_dims[i], kernel_sizes[i], bias))
    }
  },
  
  # we all the time assume batch-first
  ahead = operate(x) {
    
    batch_size <- x$measurement()[1]
    seq_len <- x$measurement()[2]
    peak <- x$measurement()[4]
    width <- x$measurement()[5]
   
    # initialize hidden states
    init_hidden <- vector(mode = "checklist", size = self$n_layers)
    for (i in 1:self$n_layers) {
      init_hidden[[i]] <- self$cell_list[[i]]$init_hidden(batch_size, peak, width)
    }
    
    # checklist containing the outputs, of size seq_len, for every layer
    # this is similar as h, at every step within the sequence
    layer_output_list <- vector(mode = "checklist", size = self$n_layers)
    
    # checklist containing the final states (h, c) for every layer
    layer_state_list <- vector(mode = "checklist", size = self$n_layers)

    cur_layer_input <- x
    hidden_states <- init_hidden
    
    # loop over layers
    for (i in 1:self$n_layers) {
      
      # each layer's hidden state begins from 0 (non-stateful)
      h_c <- hidden_states[[i]]
      h <- h_c[[1]]
      c <- h_c[[2]]
      # outputs, of size seq_len, for this layer
      # equivalently, checklist of h states for every time step
      output_sequence <- vector(mode = "checklist", size = seq_len)
      
      # loop over timesteps
      for (t in 1:seq_len) {
        h_c <- self$cell_list[[i]](cur_layer_input[ , t, , , ], checklist(h, c))
        h <- h_c[[1]]
        c <- h_c[[2]]
        # maintain monitor of output (h) for each timestep
        # h has dim (batch_size, hidden_size, peak, width)
        output_sequence[[t]] <- h
      }

      # stack hs for all timesteps over seq_len dimension
      # stacked_outputs has dim (batch_size, seq_len, hidden_size, peak, width)
      # similar as enter to ahead (x)
      stacked_outputs <- torch_stack(output_sequence, dim = 2)
      
      # go the checklist of outputs (hs) to subsequent layer
      cur_layer_input <- stacked_outputs
      
      # maintain monitor of checklist of outputs or this layer
      layer_output_list[[i]] <- stacked_outputs
      # maintain monitor of final state for this layer
      layer_state_list[[i]] <- checklist(h, c)
    }
 
    checklist(layer_output_list, layer_state_list)
      
  }
    
)
Ham, Yoo-Geun, Jeong-Hwan Kim, and Jing-Jia Luo. 2019b. Deep studying for multi-year ENSO forecasts 573 (7775): 568–72. https://doi.org/10.1038/s41586-019-1559-7.
———. 2019a. Deep studying for multi-year ENSO forecasts 573 (7775): 568–72. https://doi.org/10.1038/s41586-019-1559-7.

Stadia Bluetooth improve deadline looms — formally no less than

0


Edgar Cervantes / Android Authority

TL;DR

  • Google killed off Stadia practically three years in the past, however launched a Bluetooth improve for Stadia controllers.
  • After pushing again its deadline for putting in the Bluetooth firmware twice, at the moment is wanting just like the final official day you’ll be capable of use Google’s flashing software.
  • Even after Google takes its software offline, third-party efforts have preserved the Bluetooth firmware and can help you host the flashing software your self.

Cloud-based gaming is greater than ever proper now, whether or not you’re utilizing providers like Xbox Sport Go or simply streaming video games in your Swap. However regardless of this clearly being a viable enterprise mannequin, Google simply couldn’t determine the right way to make it work, and now we’re shortly arising on the three-year anniversary of the corporate shutting down Stadia. Whereas that was a really public failure for Google, the corporate nonetheless tried to make one of the best of the scenario by giving Stadia {hardware} a brand new lease on life — and if you happen to haven’t taken benefit of that but, there’s an necessary deadline we’re operating up towards.

Don’t wish to miss one of the best from Android Authority?

google preferred source badge light@2xgoogle preferred source badge dark@2x

Once you’re gaming within the cloud, minimizing latency is king, and so as to course of your inputs as shortly as attainable, the Stadia controller didn’t connect with your telephone or your PC straight, and as an alternative used Wi-Fi to speak with Google’s servers. With these servers now not energetic, Google developed a brand new firmware house owners can set up that allows Bluetooth assist. As soon as flashed, you can begin utilizing the pad like some other wi-fi Bluetooth controller.

That was a unbelievable growth, however it arrived with an odd restriction: There was a ticking clock on this provide. Google initially instructed avid gamers that they solely had till the top of 2023 to replace their controllers, after which the web-based Stadia controller flashing software would now not be obtainable.

Google Stadia controller leaning on railing

Up to now, although, Google has by no means actually gotten round to imposing that deadline. First it pushed issues again to the top of 2024. After which it pushed them again once more to the top of this 12 months.

However with the hours counting down till 2026 is upon us, Google has but to increase that deadline once more — and this time it seems like the corporate actually might observe via. At the least, earlier extensions have arrived far prematurely, and if we had been going to listen to something, it’s probably we’d have by now.

If you happen to nonetheless haven’t up to date your Stadia controller for Bluetooth assist, and wish to use Google’s official flashing software, do it now. The method is sort of simple, and simply requires your (charged) controller, a USB cable, and a browser operating Chrome.

What if you happen to’re studying this too late, although? Bought an early begin on the New 12 months’s partying and are catching up with information on Friday afternoon? You’re not out of luck!

Nearly as quickly as Google first launched this Stadia firmware improve program again in 2023, customers involved in regards to the looming deadline started efforts to protect the software, backing up each the firmware photographs themselves and the web-based flasher software to platforms like GitHub. There are a number of hosted there, however this one from developer Luigi Mannoni caught our eye for wanting significantly full-featured: In contrast to Google’s official software, this one may even restore the previous Wi-Fi firmware (do you have to ever wish to), and you may both run it domestically by yourself laptop or check out the hosted model in your browser.

Remember that it is a wholly unofficial adaptation of Google’s software, and if one thing does go unsuitable, you’re going to be out of luck, probably caught with a non-functional Stadia controller. However contemplating Stadia’s been offline since early 2023, that’s in all probability a roll of the cube we wouldn’t thoughts taking.

Thanks for being a part of our group. Learn our Remark Coverage earlier than posting.