Changes between Version 43 and Version 44 of ESGFNodeInstallation
- Timestamp:
- Nov 13, 2013 1:28:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v43 v44 370 370 371 371 372 The configuration file is a text file, `/esg/config/esgcet/esg.ini`. For this propose, we are going to configure a new project called `cordex`. 373 374 {{{ 375 #!sh 372 The configuration file is a text file, `/esg/config/esgcet/esg.ini`. For this propose, we are going to configure a new project called `cordex`: 373 374 375 {{{ 376 #!sh 377 project_options = 378 cordex | CORDEX Output data | 4 379 376 380 [project:cordex] 377 381 categories = … … 465 469 466 470 467 First,add the project name to the `esgcet_models_table.txt` file471 Then you have to add the project name to the `esgcet_models_table.txt` file 468 472 469 473 {{{ … … 471 475 echo "cordex | WRF331G-v02 | http://meteo.unican.es | UNICAN WRF3.3.1 Model version, 2.0" >> /esg/config/esgcet/esgcet_models_table.txt 472 476 }}} 473 474 475 [http://devel.esgf.org/wiki/ESGF_Data_Publishing]476 477 477 478 478 … … 487 487 488 488 * `./esginitialize -c` : Upgrade the database schema to the latest version, and initialize projects, models, experiments, and standard names from configuration files. 489 490 491 492 493 [http://devel.esgf.org/wiki/ESGF_Data_Publishing] 489 494 490 495