Changeset 3862


Ignore:
Timestamp:
Jan 7, 2016, 9:52:33 AM (9 years ago)
Author:
ymipsl
Message:

Add new etat0 (etat0_database) comming from regridding the standard etat0 LMDZ files.

YM

Location:
dynamico_lmdz/aquaplanet/ICOSAGCM/src
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/ICOSAGCM/src/etat0.f90

    r3810 r3862  
    2828    USE etat0_venus_mod,  ONLY : etat0_venus=>etat0 
    2929    USE etat0_start_file_mod, ONLY : etat0_start_file=>etat0 
     30    USE etat0_database_mod, ONLY : etat0_database=>etat0 
    3031
    3132    IMPLICIT NONE
     
    7273    CASE ('start_file')
    7374       CALL etat0_start_file(f_ps,f_phis,f_theta_rhodz,f_u, f_q)
     75    CASE ('database')
     76       CALL etat0_database(f_ps,f_phis,f_theta_rhodz,f_u, f_q)
    7477    CASE ('academic')
    7578       CALL etat0_academic(f_ps,f_phis,f_theta_rhodz,f_u, f_q)
Note: See TracChangeset for help on using the changeset viewer.