Ignore:
Timestamp:
Oct 21, 2016 3:11:58 PM (8 years ago)
Author:
knoop
Message:

Renamed variable rho to rho_ocean, rho_init to rho_ocean_init and rho_av to rho_ocean_av

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/init_3d_model.f90

    r2012 r2031  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! renamed variable rho to rho_ocean
    2323!
    2424! Former revisions:
     
    623623#if defined( __nopointer )
    624624       ALLOCATE( prho(nzb:nzt+1,nysg:nyng,nxlg:nxrg),                          &
    625                  rho(nzb:nzt+1,nysg:nyng,nxlg:nxrg),                           &
     625                 rho_ocean(nzb:nzt+1,nysg:nyng,nxlg:nxrg),                           &
    626626                 sa(nzb:nzt+1,nysg:nyng,nxlg:nxrg),                            &
    627627                 sa_p(nzb:nzt+1,nysg:nyng,nxlg:nxrg),                          &
     
    634634                 sa_3(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )
    635635       prho => prho_1
    636        rho  => rho_1  ! routines calc_mean_profile and diffusion_e require
     636       rho_ocean  => rho_1  ! routines calc_mean_profile and diffusion_e require
    637637                      ! density to be apointer
    638638#endif
Note: See TracChangeset for help on using the changeset viewer.