| 1 | ! |
|---|
| 2 | ! $Id: iniphysiq_mod.F90 3677 2020-05-06 15:18:32Z ymeurdesoif $ |
|---|
| 3 | ! |
|---|
| 4 | MODULE iniphysiq_mod |
|---|
| 5 | |
|---|
| 6 | CONTAINS |
|---|
| 7 | |
|---|
| 8 | SUBROUTINE iniphysiq(ii,jj,nlayer, & |
|---|
| 9 | nbp, communicator, & |
|---|
| 10 | punjours, pdayref,ptimestep, & |
|---|
| 11 | rlatudyn,rlatvdyn,rlonudyn,rlonvdyn,airedyn,cudyn,cvdyn, & |
|---|
| 12 | prad,pg,pr,pcpp,iflag_phys) |
|---|
| 13 | USE dimphy, ONLY: init_dimphy |
|---|
| 14 | USE inigeomphy_mod, ONLY: inigeomphy |
|---|
| 15 | USE mod_grid_phy_lmdz, ONLY: nbp_lon,nbp_lat,nbp_lev,klon_glo ! number of atmospheric columns (on full grid) |
|---|
| 16 | USE mod_phys_lmdz_para, ONLY: klon_omp ! number of columns (on local omp grid) |
|---|
| 17 | USE vertical_layers_mod, ONLY : init_vertical_layers |
|---|
| 18 | USE infotrac, ONLY: nqtot,nqo,nbtr,tname,ttext,type_trac,& |
|---|
| 19 | niadv,conv_flg,pbl_flg,solsym,& |
|---|
| 20 | nqfils,nqdesc,nqdesc_tot,iqfils,iqpere,& |
|---|
| 21 | ok_isotopes,ok_iso_verif,ok_isotrac,& |
|---|
| 22 | ok_init_iso,niso_possibles,tnat,& |
|---|
| 23 | alpha_ideal,use_iso,iqiso,iso_num,& |
|---|
| 24 | iso_indnum,zone_num,phase_num,& |
|---|
| 25 | indnum_fn_num,index_trac,& |
|---|
| 26 | niso,ntraceurs_zone,ntraciso |
|---|
| 27 | #ifdef CPP_StratAer |
|---|
| 28 | USE infotrac, ONLY: nbtr_bin, nbtr_sulgas, id_OCS_strat, & |
|---|
| 29 | id_SO2_strat, id_H2SO4_strat, id_BIN01_strat |
|---|
| 30 | |
|---|
| 31 | #endif |
|---|
| 32 | #ifdef REPROBUS |
|---|
| 33 | USE CHEM_REP, ONLY : Init_chem_rep_phys |
|---|
| 34 | #ifdef CPP_PARA |
|---|
| 35 | USE parallel_lmdz, ONLY : mpi_size, mpi_rank |
|---|
| 36 | USE bands, ONLY : distrib_phys |
|---|
| 37 | #endif |
|---|
| 38 | USE mod_phys_lmdz_omp_data, ONLY: klon_omp |
|---|
| 39 | #endif |
|---|
| 40 | USE control_mod, ONLY: dayref,anneeref,day_step,nday,offline, iphysiq, config_inca |
|---|
| 41 | USE inifis_mod, ONLY: inifis |
|---|
| 42 | USE time_phylmdz_mod, ONLY: init_time |
|---|
| 43 | USE temps_mod, ONLY: annee_ref, day_ini, day_ref, start_time, calend, year_len |
|---|
| 44 | USE infotrac_phy, ONLY: init_infotrac_phy |
|---|
| 45 | USE phystokenc_mod, ONLY: init_phystokenc |
|---|
| 46 | USE phyaqua_mod, ONLY: iniaqua |
|---|
| 47 | USE comconst_mod, ONLY: omeg, rad |
|---|
| 48 | #ifdef INCA |
|---|
| 49 | USE indice_sol_mod, ONLY: nbsrf, is_oce, is_sic, is_ter, is_lic |
|---|
| 50 | #ifdef CPP_PARA |
|---|
| 51 | USE parallel_lmdz, ONLY : mpi_size, mpi_rank |
|---|
| 52 | USE bands, ONLY : distrib_phys |
|---|
| 53 | #endif |
|---|
| 54 | USE mod_phys_lmdz_omp_data, ONLY: klon_omp |
|---|
| 55 | #endif |
|---|
| 56 | USE ioipsl_getin_p_mod, ONLY: getin_p |
|---|
| 57 | USE slab_heat_transp_mod, ONLY: ini_slab_transp_geom |
|---|
| 58 | IMPLICIT NONE |
|---|
| 59 | |
|---|
| 60 | ! ======================================================================= |
|---|
| 61 | ! Initialisation of the physical constants and some positional and |
|---|
| 62 | ! geometrical arrays for the physics |
|---|
| 63 | ! ======================================================================= |
|---|
| 64 | |
|---|
| 65 | include "dimensions.h" |
|---|
| 66 | include "paramet.h" |
|---|
| 67 | include "iniprint.h" |
|---|
| 68 | include "tracstoke.h" |
|---|
| 69 | include "comgeom.h" |
|---|
| 70 | |
|---|
| 71 | REAL, INTENT (IN) :: prad ! radius of the planet (m) |
|---|
| 72 | REAL, INTENT (IN) :: pg ! gravitational acceleration (m/s2) |
|---|
| 73 | REAL, INTENT (IN) :: pr ! ! reduced gas constant R/mu |
|---|
| 74 | REAL, INTENT (IN) :: pcpp ! specific heat Cp |
|---|
| 75 | REAL, INTENT (IN) :: punjours ! length (in s) of a standard day |
|---|
| 76 | INTEGER, INTENT (IN) :: nlayer ! number of atmospheric layers |
|---|
| 77 | INTEGER, INTENT (IN) :: ii ! number of atmospheric columns along longitudes |
|---|
| 78 | INTEGER, INTENT (IN) :: jj ! number of atompsheric columns along latitudes |
|---|
| 79 | INTEGER, INTENT(IN) :: nbp ! number of physics columns for this MPI process |
|---|
| 80 | INTEGER, INTENT(IN) :: communicator ! MPI communicator |
|---|
| 81 | REAL, INTENT (IN) :: rlatudyn(jj+1) ! latitudes of the physics grid |
|---|
| 82 | REAL, INTENT (IN) :: rlatvdyn(jj) ! latitude boundaries of the physics grid |
|---|
| 83 | REAL, INTENT (IN) :: rlonvdyn(ii+1) ! longitudes of the physics grid |
|---|
| 84 | REAL, INTENT (IN) :: rlonudyn(ii+1) ! longitude boundaries of the physics grid |
|---|
| 85 | REAL, INTENT (IN) :: airedyn(ii+1,jj+1) ! area of the dynamics grid (m2) |
|---|
| 86 | REAL, INTENT (IN) :: cudyn((ii+1)*(jj+1)) ! cu coeff. (u_covariant = cu * u) |
|---|
| 87 | REAL, INTENT (IN) :: cvdyn((ii+1)*jj) ! cv coeff. (v_covariant = cv * v) |
|---|
| 88 | INTEGER, INTENT (IN) :: pdayref ! reference day of for the simulation |
|---|
| 89 | REAL, INTENT (IN) :: ptimestep !physics time step (s) |
|---|
| 90 | INTEGER, INTENT (IN) :: iflag_phys ! type of physics to be called |
|---|
| 91 | |
|---|
| 92 | INTEGER :: ibegin, iend, offset |
|---|
| 93 | INTEGER :: i,j,k |
|---|
| 94 | CHARACTER (LEN=20) :: modname = 'iniphysiq' |
|---|
| 95 | CHARACTER (LEN=80) :: abort_message |
|---|
| 96 | |
|---|
| 97 | LOGICAL :: slab_hdiff |
|---|
| 98 | INTEGER :: slab_ekman |
|---|
| 99 | CHARACTER (LEN = 6) :: type_ocean |
|---|
| 100 | |
|---|
| 101 | #ifndef CPP_PARA |
|---|
| 102 | INTEGER,PARAMETER :: mpi_rank=0 |
|---|
| 103 | INTEGER, PARAMETER :: mpi_size = 1 |
|---|
| 104 | INTEGER :: distrib_phys(mpi_rank:mpi_rank)=(jjm-1)*iim+2 |
|---|
| 105 | #endif |
|---|
| 106 | |
|---|
| 107 | ! --> initialize physics distribution, global fields and geometry |
|---|
| 108 | ! (i.e. things in phy_common or dynphy_lonlat) |
|---|
| 109 | CALL inigeomphy(ii,jj,nlayer, & |
|---|
| 110 | nbp, communicator, & |
|---|
| 111 | rlatudyn,rlatvdyn, & |
|---|
| 112 | rlonudyn,rlonvdyn, & |
|---|
| 113 | airedyn,cudyn,cvdyn) |
|---|
| 114 | |
|---|
| 115 | ! --> now initialize things specific to the phylmd physics package |
|---|
| 116 | |
|---|
| 117 | !!$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/) |
|---|
| 118 | !$OMP PARALLEL DEFAULT(SHARED) & |
|---|
| 119 | ! Copy all threadprivate variables in temps_mod |
|---|
| 120 | !$OMP COPYIN(annee_ref, day_ini, day_ref, start_time) |
|---|
| 121 | |
|---|
| 122 | ! Initialize physical constants in physics: |
|---|
| 123 | CALL inifis(punjours,prad,pg,pr,pcpp) |
|---|
| 124 | |
|---|
| 125 | CALL init_time(annee_ref,day_ref,day_ini,start_time,nday,ptimestep) |
|---|
| 126 | |
|---|
| 127 | ! Initialize dimphy module (unless in 1D where it has already been done) |
|---|
| 128 | ! IF (klon_glo>1) CALL Init_dimphy(klon_omp,nlayer) |
|---|
| 129 | |
|---|
| 130 | ! Copy over "offline" settings |
|---|
| 131 | CALL init_phystokenc(offline,istphy) |
|---|
| 132 | |
|---|
| 133 | ! Initialization for slab heat transport |
|---|
| 134 | type_ocean="force" |
|---|
| 135 | CALL getin_p('type_ocean',type_ocean) |
|---|
| 136 | slab_hdiff=.FALSE. |
|---|
| 137 | CALL getin_p('slab_hdiff',slab_hdiff) |
|---|
| 138 | slab_ekman=0 |
|---|
| 139 | CALL getin_p('slab_ekman',slab_ekman) |
|---|
| 140 | IF ((type_ocean=='slab').AND.(slab_hdiff.OR.(slab_ekman.GT.0))) THEN |
|---|
| 141 | CALL ini_slab_transp_geom(ip1jm,ip1jmp1,unsairez,fext,unsaire,& |
|---|
| 142 | cu,cuvsurcv,cv,cvusurcu, & |
|---|
| 143 | aire,apoln,apols, & |
|---|
| 144 | aireu,airev,rlatvdyn,rad,omeg) |
|---|
| 145 | END IF |
|---|
| 146 | |
|---|
| 147 | ! Initialize tracer names, numbers, etc. for physics |
|---|
| 148 | CALL init_infotrac_phy(nqtot,nqo,nbtr,tname,ttext,type_trac,& |
|---|
| 149 | niadv,conv_flg,pbl_flg,solsym,& |
|---|
| 150 | nqfils,nqdesc,nqdesc_tot,iqfils,iqpere,& |
|---|
| 151 | ok_isotopes,ok_iso_verif,ok_isotrac,& |
|---|
| 152 | ok_init_iso,niso_possibles,tnat,& |
|---|
| 153 | alpha_ideal,use_iso,iqiso,iso_num,& |
|---|
| 154 | iso_indnum,zone_num,phase_num,& |
|---|
| 155 | indnum_fn_num,index_trac,& |
|---|
| 156 | niso,ntraceurs_zone,ntraciso& |
|---|
| 157 | #ifdef CPP_StratAer |
|---|
| 158 | ,nbtr_bin,nbtr_sulgas& |
|---|
| 159 | ,id_OCS_strat,id_SO2_strat,id_H2SO4_strat,id_BIN01_strat& |
|---|
| 160 | #endif |
|---|
| 161 | ) |
|---|
| 162 | |
|---|
| 163 | ! Initializations for Reprobus |
|---|
| 164 | IF (type_trac == 'repr') THEN |
|---|
| 165 | #ifdef REPROBUS |
|---|
| 166 | call Init_chem_rep_phys(klon_omp,nlayer) |
|---|
| 167 | call init_reprobus_para( & |
|---|
| 168 | nbp_lon,nbp_lat,nbp_lev,klon_glo,mpi_size, & |
|---|
| 169 | distrib_phys,communicator) |
|---|
| 170 | #endif |
|---|
| 171 | ENDIF |
|---|
| 172 | !$OMP END PARALLEL |
|---|
| 173 | |
|---|
| 174 | IF (type_trac == 'inca') THEN |
|---|
| 175 | #ifdef INCA |
|---|
| 176 | call init_const_lmdz( & |
|---|
| 177 | anneeref,dayref, iphysiq,day_step,nday, & |
|---|
| 178 | nbsrf, is_oce,is_sic, is_ter,is_lic, calend, & |
|---|
| 179 | config_inca) |
|---|
| 180 | call init_inca_para( & |
|---|
| 181 | nbp_lon,nbp_lat,nbp_lev,klon_glo,mpi_size, & |
|---|
| 182 | distrib_phys,communicator) |
|---|
| 183 | #endif |
|---|
| 184 | END IF |
|---|
| 185 | IF (type_trac == 'repr') THEN |
|---|
| 186 | #ifdef REPROBUS |
|---|
| 187 | call init_reprobus_para( & |
|---|
| 188 | nbp_lon,nbp_lat,nbp_lev,klon_glo,mpi_size, & |
|---|
| 189 | distrib_phys,communicator) |
|---|
| 190 | #endif |
|---|
| 191 | ENDIF |
|---|
| 192 | |
|---|
| 193 | !!$OMP PARALLEL DEFAULT(SHARED) COPYIN(/temps/) |
|---|
| 194 | !$OMP PARALLEL DEFAULT(SHARED) |
|---|
| 195 | ! Additional initializations for aquaplanets |
|---|
| 196 | IF (iflag_phys>=100) THEN |
|---|
| 197 | CALL iniaqua(klon_omp,year_len,iflag_phys) |
|---|
| 198 | END IF |
|---|
| 199 | |
|---|
| 200 | IF (type_trac == 'inca') THEN |
|---|
| 201 | #ifdef INCA |
|---|
| 202 | CALL init_inca_dim(klon_omp,nbp_lev,nbp_lon,nbp_lat - 1, & |
|---|
| 203 | rlonudyn,rlatudyn,rlonvdyn,rlatvdyn) |
|---|
| 204 | #endif |
|---|
| 205 | IF (type_trac == 'repr') THEN |
|---|
| 206 | #ifdef REPROBUS |
|---|
| 207 | CALL Init_chem_rep_phys(klon_omp,nbp_lev) |
|---|
| 208 | #endif |
|---|
| 209 | END IF |
|---|
| 210 | END IF |
|---|
| 211 | |
|---|
| 212 | !$OMP END PARALLEL |
|---|
| 213 | |
|---|
| 214 | END SUBROUTINE iniphysiq |
|---|
| 215 | |
|---|
| 216 | END MODULE iniphysiq_mod |
|---|