Ignore:
Timestamp:
10/30/15 15:41:06 (9 years ago)
Author:
dubos
Message:

Progress towards NH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/dcmip_initial_conditions_test_1_2_3_v5.f90

    r186 r366  
    12031203!----------------------------------------------------------------------- 
    12041204 
    1205         real(rstd), intent(in)  :: lon, &               ! Longitude (radians) 
    1206                                 lat, &          ! Latitude (radians) 
    1207                                 z               ! Height (m) 
    1208  
    1209         real(rstd), intent(inout) :: p          ! Pressure  (Pa) 
    1210                                  
     1205        real(rstd), intent(in)  :: lon, &       ! Longitude (radians) 
     1206                                   lat          ! Latitude (radians) 
     1207 
     1208        real(rstd), intent(inout) :: p, &       ! Pressure  (Pa) 
     1209                                     z          ! Height (m) 
     1210 
    12111211 
    12121212        integer,  intent(in) :: zcoords         ! 0 or 1 see below 
    12131213 
    1214         real(rstd), intent(out) :: u, &                 ! Zonal wind (m s^-1) 
     1214        real(rstd), intent(out) :: u, &         ! Zonal wind (m s^-1) 
    12151215                                v, &            ! Meridional wind (m s^-1) 
    12161216                                w, &            ! Vertical Velocity (m s^-1) 
     
    12301230                                Om      = 0.d0,                 &       ! Rotation Rate of Earth 
    12311231                                as      = a/X,                  &       ! New Radius of small Earth      
    1232                                 u0      = 20.d0,                &       ! Reference Velocity  
     1232!                               u0      = 20.d0,                &       ! Reference Velocity  
     1233                                u0      = 0.d0,                 &       ! FIXME : no zonal wind for NH tests 
    12331234                                Teq     = 300.d0,               &       ! Temperature at Equator     
    12341235                                Peq     = 100000.d0,            &       ! Reference PS at Equator 
     
    12971298 
    12981299                height = (-g/N2)*log( (TS/bigG)*( (p/ps)**(Rd/cp) - 1.d0  ) + 1.d0 ) 
     1300                z = height ! modified : initialize z when pressure-based 
    12991301 
    13001302        endif 
Note: See TracChangeset for help on using the changeset viewer.